If a jcl has just 1 step and the input file to this does
not exist, then what will happen if we submit this job?
Answer Posted / bella
it will abend with 013
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
How do you overcome this limitation ?
what is use of dcb parameter in dd statement?
What is the function of the dd dcb keyword?
in ways data can be passed to a COBOL program from 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 /*
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is acct parameter mandatory?
Give the syntax of job specifying jcl statement.
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How can values be passed from the job stream to an executable program?
I need exexution process for JCL programs
what is the purpose of coding class parameter in job statement?
What is the maximum length of a single line of jcl?
How to submit jcl through a cobol program?
What do you understand by jcl?