Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

in jcl you are having JCLLIB and STEPLIB what happens

10 Answers   EDS, Wipro,


How can values be passed from the job stream to an executable program?

0 Answers  


I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


Where can program checkpoints be stored for use in a restart?

0 Answers  


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,


How do you access an uncatalogued dataset in a jcl?

0 Answers  


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

0 Answers  


01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

1 Answers  


How to check empty file in jcl?

4 Answers   Infosys,


can a job be submitted through jcl only? is there another way to submit a job?

2 Answers   CSC,


what are the various stages of job processing?

0 Answers   IBM,


i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.

7 Answers   Syntel,


Categories