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 / mc
JCL Error, dataset not found
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Name a few IBM utility programs, and explain its function.
What happens if both JOBLIB & STEPLIB is specified ?
Is automatic restart possible in jcl? If yes, how?
Is their any set of rules for dd? Explain.
Explain how can the attributes of one sms dataset be copied to another dataset?
i want to store 20 digits . how will u do it in cobol ?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How can a fb file convert to vb file using sort program?
What is timing concept in mainframe?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
which parameter is used to check the syntax of a jcl without executing it?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the job statement in jcl?