Job entry control language
From Wikipedia, the free encyclopedia
|
|
It has been suggested that this article or section be merged into Job Control Language. (Discuss) Proposed since January 2012. |
|
|
This article has multiple issues. Please help improve it or discuss these issues on the talk page.
|
| This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions may be available. (January 2012) |
The Job Entry Control Language (JECL) defines the start and end lines of JCL jobs. It advises VSE/POWER how this job is handled. JECL statements define the jobname (used by VSE/POWER), the class in which the job is processed, and the disposition of the job (i.e. D, L, K, H). JECL statements start with "* $$".
An example would be:
* $$ JOB JNM=NAME,DISP=K,CLASS=2
[some JCL statements here]
* $$ EOJ
| This programming language-related article is a stub. You can help Wikipedia by expanding it. |
| This mainframe computer-related article is a stub. You can help Wikipedia by expanding it. |