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
how you will the direct the data to spool using sysout option?
i want to store 20 digits . how will u do it in cobol ?
How can the attributes of one sms dataset be copied to another dataset?
What do you know about jcl?
how would you create a temporary dataset? And where will you use them?
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?
How dummy is used in jcl?
What parameter directs the output of the job log dataset?
in ways data can be passed to a COBOL program from JCL?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are hierarchy levels in jcl?
What is the function of //jcllib statement?
how to do automated restart when a job abends?
Name what parameter directs the output of the job log dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?