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 |
In sms datasets, what is the function of the dd mgmtclas keyword?
what if any ,is the syntax error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
What is JCL LIB ?
A dd statement consists of 4 fields. Name them?
if we give TIME=0 how many sec that job/step
What is primary allocation for a dataset?
Mention the types of job control statements?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
The maximum number of in-stream procedure you can code in any JCL is ?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
What is the significance of addrspc parameter in exec statement?