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)
Answer Posted / 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 |
Post New Answer View All Answers
what are the statements that are not valid to be included in an include statement?
Explain how can an in-stream dataset be terminated?
How is the record format of an output dataset specified?
How dummy is used in jcl?
what is a jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
how do you code a null statement?
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the purpose of dd * statement in jcl?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain