Measures Concepts
GitHub icon

JCL

JCL - Programming language

< >

JCL, aka Job Control Language, is a programming language created in 1964.

#429on PLDB 60Years Old

Job Control Language (JCL) is a name for scripting languages used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem. More specifically, the purpose of JCL is to say which programs to run, using which files or devices for input or output, and at times to also indicate under what conditions to skip a step. There are two distinct IBM Job Control languages: one for the operating system lineage that begins with DOS/360 and whose latest member is z/VSE; and the other for the lineage from OS/360 to z/OS, the latter now including JES extensions, Job Entry Control Language (JECL). Read more on Wikipedia...


Example from Wikipedia:
* $$ JOB JNM=NAME,DISP=K,CLASS=2 [some JCL statements here] * $$ EOJ

Language features

Feature Supported Token Example
Line Comments ✓
Comments ✓
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout