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 / 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 |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job? What are they?
Is condition checking possible 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 /*
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how can the same proc be re-used and called by many jobs?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is it possible to left uncode disp?
how do you access an uncataloged dataset in a jcl?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the format of comment statement?
What is the purpose of the dd keylen parameter?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
which parameter is use to declare the name of dataset in dd statement?