Name the system library from which modules are retrieved at
execution
Answer Posted / venkat
sys1.cee.sceerun is the library which will be used to pick
up the modules necessary during the run time or
execution...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is condition checking possible in jcl? If yes, how?
Why block size is multiple of lrecl in jcl?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
How to pass the parameter in parm using linkage section ? (syntax)?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
Is automatic restart possible in jcl?
What is the motivation behind coding class parameter in job statement?
Is acct parameter mandatory?
What parameter of the job statement is used to limit the cpu time consumed by the job?
What is the function of //jcllib statement?
What are the jcl procedures?
How is the record format of an output dataset specified?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
in ways data can be passed to a COBOL program from JCL?