1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / om prakash yadav
hi .....kavya........
The JCL being scanned for syntax errors and reports them to
the requested uotput media.
Syntactical errors are comprised of invalid keywords.
Illegal characters, incorrect use of parentheses.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
Are there any set of rules for the names of the steps used in a job? What are they?
How to run cobol program using jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is acct parameter mandatory?
Explain how can an in-stream dataset be terminated?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
In sms datasets, what is the function of the dd mgmtclas keyword?
define cond parameter in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
What are s0c1, s0c4, s0c5, s0c7 and socb?
Can we call instream to catalog and catalog to instream?
What are the jcl procedures?
What is catelog procedure and how many catelog procedure to use in one job?
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?