1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / kavya
But how it will check for the errors...where it will show
the output...
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is it possible to code instream data in a PROC?
Differentiate between the joblib and the steplib statements?
Is automatic restart possible in jcl? If yes, how?
Explain how can return codes be tested before execution of a job step?
Explain the purpose of dd * statement in jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
How can the submitting users racf authority be overridden in a job stream?
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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
What is the function of a dd statement?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what are the types of abends that occur on job failure? And explain the possible causes of these
How to alter the parameters for the existing gdg?
What is the significance of addrspc parameter in the exec statement?
What is the use of symbol // in jcl?