How to DEBUG a JCL?
Answers were Sorted based on User's Feedback
Answer / ameen ansari
TYPRUN=SCAN in jobcard. This command will check the JCL for
syntax errors without executing the JCL.
| Is This Answer Correct ? | 31 Yes | 3 No |
Answer / abc
use JJ command before submitting the job you can check the
errors and warning in the JCL
| Is This Answer Correct ? | 12 Yes | 2 No |
Answer / hari babu k
Use JEM or JSCAN command before submitting the job you can
check the errors and warning in the JCL.
| Is This Answer Correct ? | 12 Yes | 2 No |
once we submit the jcl and it give some error...press
f4..it will show the list of all the jobs the last job will
be the one u need to go in by typing "?" infront of it
then u will see the compliled job in which u will find all
sort of msgs which will tell u the problem area.
obviously u have to read throughly.
| Is This Answer Correct ? | 9 Yes | 4 No |
Answer / ekambaram
JJM is followed in certain companies to check for ERRORS in
a JCL
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / upendra
JCLCHK can be also used to know the errors and warnings in
the JCL.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / fred
TYPRUN=SCAN should be used.
The EJCK,JSCAN .... etc are site specific and are not
shipped with your mainframe.
They are some tools that are written in REXX or some other
language that make the process easier. These commands might
not work in all shops.
Thanks
HTH
| Is This Answer Correct ? | 1 Yes | 0 No |
if we give two job cards in a single what happens
Describe the JOB statement, its meaning, syntax and significant keywords?
For what purpose steplib and joblib are used ?
What is the format of comment statement?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
what is a cataloged procedure ?
how you can access an uncataloged dataset in a JCL?
Can we use DISP=SHR in output file in JCL
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
How to use COND Parameter in jcl
Why do you want to specify the REGION parameter in a JCL step?