Answer Posted / ranjith
The command to enter in to spool is
TSO SDSF ST
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
When space is allocated for an output dataset, what units can be used?
Must tape dataset definitions include vol=ser specifications?
how do you code a null statement?
what is the compile process of cobol program expalin with code
what operation is performed by job statement?
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
Can we use DISP=SHR in output file in JCL
Explain the function of the dd dcb keyword?
Is their any limit for data sets?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is condition checking in jcl? Is this possible?
How to pass data to a program that is coded in an exec statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
In sms datasets, what is the function of the dd avgrec keyword?
Is it possible to left uncode disp? If yes, how?