Answer Posted / rajesh kumar
SPOOL - Simultaneous Peripheral operation online.
It shows the output in the spool area by giving the ST
command in ISPF panels and to view the job errors.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to run cobol program using jcl?
How do you submit a job for execution?
How is the record format of an output dataset specified?
What are steplib and joblib?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Name a few IBM utility programs, and explain its function.
which utility is used a dummy utility?
what is a jcl?
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
How can the attributes of one sms dataset be copied to another dataset?
what sort card you will use to copy the data from one dataset to another dataset?
How does jcl act on code(if you take a cobol program)?
What is use of restart and how to use it?
What are hierarchy levels in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK