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 many max steps can we use in a job? pls answer to my question

9 Answers   TCS,


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

0 Answers   CSC, SPIC,


Hi, I have a requirement File A : I have 6 records out of which 4 are same. File B: I have 8 records out of 6 records are same. The 4 records in FILEA and 6 records in FILE B are same. If we substract we will get two records, I need these two records in output file This is because to remove the duplicates from the database. Through easytrieve we can compare but for that there should not duplicates, but in my file I have duplicates. Thanks in advance!!

2 Answers  


which utility is used to run a cobol-db2 program?

0 Answers   IBM,


What does a disposition of (new,catlg,keep) for a dsn mean?

0 Answers  


What is JCL LIB ?

3 Answers   Xansa,


We have an output dataset in job with disp parameter as SHR. Can we write data in that file dataset?

2 Answers   CTS, IBM,


If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?

4 Answers   Wipro,


If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/

10 Answers   IBM,


Can we write same stepname for one or more steps in on job ?

2 Answers  


What is the purpose of dd dummy statement?

0 Answers  


I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?

10 Answers   iGate,


Categories