How to DEBUG a JCL?

Answers were Sorted based on User's Feedback



How to DEBUG a JCL?..

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

How to DEBUG a JCL?..

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

How to DEBUG a JCL?..

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

How to DEBUG a JCL?..

Answer / deb

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

How to DEBUG a JCL?..

Answer / sam

EJCK,EJCK REPORTS alsp work

Is This Answer Correct ?    3 Yes 0 No

How to DEBUG a JCL?..

Answer / ekambaram

JJM is followed in certain companies to check for ERRORS in
a JCL

Is This Answer Correct ?    4 Yes 1 No

How to DEBUG a JCL?..

Answer / baalll

very simple.......
type JJ in command

Is This Answer Correct ?    2 Yes 0 No

How to DEBUG a JCL?..

Answer / upendra

JCLCHK can be also used to know the errors and warnings in
the JCL.

Is This Answer Correct ?    3 Yes 2 No

How to DEBUG a JCL?..

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

Post New Answer

More JCL Interview Questions

What is a S0C4 error ?

2 Answers  


i want to store 20 digits . how will u do it in cobol ?

0 Answers  


What does the TIME parameter signify ? What does TIME=1440 mean ?

6 Answers   Accenture, TCS,


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  


How I sort the records in a file and copy the first 10 records to another file

5 Answers  






What are the jcl procedures?

0 Answers  


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?

3 Answers   IBM,


What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672

6 Answers  


if we give two job cards in a single what happens

3 Answers   IBM,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

0 Answers  


Categories