Answer Posted / guest
//SYSIN DD *,SYMBOLS=(JCLONLY)
Will do the trick.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What happens if both JOBLIB & STEPLIB is specified ?
How to submit a jcl from cics?
Explain how can an in-stream dataset be terminated?
How gdg are concatenated?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is automatic restart possible in jcl? If yes, how?
When output dataset space is required, what quantity categories are used?
Explain dfsort utility?
what happens in conversion stage in job processing?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Name the parameters which can be used to limit the number of records written to a sysout dataset?
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
Explain how can a jobs execution priority be modified?
Is there any command to check wether the ps file is in sorted order?