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 |
i have two flat files.i want to select one record from that file by using jcl.for example file1 contains emp no,name,joining date. file2 has same details.emp no is primary key. i will give empno.that emp details send to outfile.please let me know if any one knows it.give sample code.
what is A-MODE and R-MODE?
Do we need to code DCB parameters when using DISP position as MOD?
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?
13 Answers Cognizant, Convergys, IBM, TCS, Wipro,
Hi, can any one tell about " How do u eliminate the duplicates "
is there any way to execute more than one proc in the same exec statement at the same time..?
i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i do it....by using(RESTART) can i do it or not?
how to skip the steps in JCl
What is a GDG? Why do we go for a GDG ? utility used to create GDG?
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?