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 is the difference between static call & Dynamic call ?
If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while calling the proc, will the override only apply to the first step in the proc or all the steps for all the above parameters?
can we modify the code in copy book? if it possible how to submit ofter the modification.
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
how can u identify the db2 from jcl ?
Explain the function of //cntl statement?
what is the function of spool command?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
List some valid operation codes in JCL
Explain how can the disposition of sysout datasets be set for an entire jobstream?
which utility is used to run a cobol-db2 program?