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...


hi iam learning mainframes,can anybody tell me how to check
JCL errors.(after submiting the JCL we have check in spool
or is there any other method)

Answers were Sorted based on User's Feedback



hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / sukku

TO check JCL errors generally we go with spool only..That
is th eonly way and there is no other way...

But if want to check ur JCl's syntax errors ,you can do
with TYPE RUN=SCAN parameter..If u use this ,the job
doesnot sumbits to the operating sytem and more over it
gives the error messages...

Ideally speaking it is the best practice to check JcL erros
before sumitting the job...

Is This Answer Correct ?    13 Yes 2 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / jignesh patel

there is one short command exist to check the JCL error
without submitting the job. Just type '!JCK' or 'JJ' to
check the JCL error. it would inform you about syntax or
logical error.

Is This Answer Correct ?    5 Yes 1 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / sri

ya u can check the syntax error by giving JJ in the commond
line. the error step will be highlighted. u can go to 1 st
error by giving JJFE1. for 2 nd error JJFE2....

Is This Answer Correct ?    6 Yes 3 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / jay

IF YOU WANT TO CHECK JCL ERROR BEFORE SUBMITTING THE JOB
U CAN GIVE JSCAN OR
IN THE JOB CARD
YOU HAVE TO PROVIED TYPRUN=SCAN

Is This Answer Correct ?    7 Yes 5 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / kalaiarasan

we can check errors only in spool otherwise use tools like
JSCAN,JJDIRECT,JEM,EJCK .but these all working based on your
installation

Is This Answer Correct ?    2 Yes 1 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / hari

Please use TYPE RUN=SCAN or HOLD
SCAN - It checks for the JCL error
HOLD it checks for JCL error and waits till the user
interacts to it.

Is This Answer Correct ?    1 Yes 1 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / suma

you can give NOTIFY parameter. it will notifying the status
to the user about the status of the job. once you got the
message, check in the SPOOL about the status of the job.
Otherwise you can check in SAR.


Thanks,
SS

Is This Answer Correct ?    0 Yes 1 No

hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we..

Answer / harish

u can go sool.and u will check jcl errors.without
submitting job.u can check jcl errors using with jscan/jem

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JCL Interview Questions

How do you create a temporary dataset?

0 Answers  


What are steplib and joblib? What for they are used?

0 Answers  


difference between internal sort and external sort

1 Answers  


Give the syntax of job specifying jcl statement.

0 Answers  


Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE

4 Answers   Merrill Lynch,


Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????

3 Answers  


What does the one advantange of using IEBUPDTE?????

2 Answers  


Can a PS file be read in reverse order?If so,how

2 Answers   Syntel,


How is the record format of an output dataset specified?

0 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


How to print data of sequential file to Spool..?

2 Answers  


Categories