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
what is the resolution for sb37 error
which parameter is use to declare the name of dataset in dd statement?
When output dataset space is required, what quantity categories are used?
What is multithreading in jcl?
Why include statement is used in a jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is the use of JCL?
What is the function of the steplib dd statement?
how to compare two datasets without using superce because output is limited to 133 bytes
What is the syntax of JCL statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How can the disposition of sysout datasets be set for an entire jobstream?
What is the difference between the positional and keyword parameters? Give examples.