CcConvertCase

COBOL-CASE โ€“ Everything You Need to Know

Published 2026-03-18 ยท convertcase.in

COBOL-CASE (also called SCREAMING-KEBAB-CASE) is an uppercase variant of kebab-case. It originated in COBOL programming and is still used in some legacy and mainframe systems.

Try it now โ€” free instant conversion

No signup ยท No limits ยท Works on all devices

Open ConvertCase โ†’

1What It Looks Like

USER-PROFILE-NAME, GET-ORDER-BY-ID, MAXIMUM-RETRY-COUNT

2Where Used

COBOL programs, mainframe data fields, some configuration file formats, HTTP headers (Content-Type, X-Api-Key).

3HTTP Headers

HTTP headers are the most common modern use of this convention: Content-Type, X-Forwarded-For, Accept-Encoding.

Frequently Asked Questions

Is COBOL-CASE the same as SCREAMING-KEBAB-CASE?

Yes โ€” they refer to the same format: all-uppercase with hyphens.

Related Guides

Free Kebab-case Converter OnlineSCREAMING_SNAKE_CASE โ€“ What It Is & When to Use ItWhat is kebab-case? Definition, Examples & Usage