What is the error/SOC code if dd names are not sysut1 and
sysut2 in IEBGENER?
Answer / murali kannan
SOC1- Operation exception- Misspelled DD names.
Is This Answer Correct ? | 12 Yes | 0 No |
is there any possibilities for sumbitting more than one job in single jcl? if yes...based on which thing they will execute..(priority,class,time,written order..?)
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
Explain about RECORDING MODE Clause
HOW TO CONVERT VARIABLE BLOCK TO FIXED BLOCK ?
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
Can we Execute a job without specifying Job Name in the Job Card?
is there any way to execute more than one proc in the same exec statement at the same time..?
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
What is the function of //jcllib statement?
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.
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
Which dd parameters are required?