what is the function of spool command?
Answers were Sorted based on User's Feedback
Answer / nadhiya.g
simultaneous peripheral operation online is the placement
which shows output of the jcl programme.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / ranjith
The command to enter in to spool is
TSO SDSF ST
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / deepak gairola
SDSF(Spool Display Search Facility) command is used to
display Spool and to view the JCL logs error...
ST -- Status
DA -- Active users
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
What are the valid DSORG values ?
Explain the jcl exec statement?
what is mainframe?
what is use of disp parameter in dd statement?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
how to put a dependency on job in jcl using opc scheduler?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
What 3 guidelines do we have to follow when concatenating DD statements?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?