1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / azaadpakistani
 Enter !JCK on the Command Line
 Press Enter
If no Errors are detected:
 The System will return a message (on the “MSG”
lines). This message will contain the words “No
Statements” and “Severity was 0”.
If an Error is detected:
 You will see a summary message at the top of
screen. This message contains information regarding the
total number of potential errors sources. Example: “5
Statements”
 You will also see messages throughout the job. The
system flags location that may be a source of the error.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In sms datasets, what is the function of the dd avgrec keyword?
What are the utility programs in jcl?
which utility is used to run a cobol-db2 program?
What is the function of a dd statement?
Explain the purpose of dd dummy statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is the resolution for sb37 error
How to override loadlib?
Explain the function of dd disp parameter?
What is the purpose of the dd keylen parameter?
What do you know about jcl?
What is use of restart and how to use it?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you