JCL, aka Job Control Language, is a programming language created in 1964.
#438on 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...
* $ JOB JNM=NAME,DISP=K,CLASS=2
[some JCL statements here]
* $ EOJ
Feature | Supported | Example | Token |
---|---|---|---|
Line Comments | ✓ | ||
Comments | ✓ | ||
Semantic Indentation | X |