What is the error/SOC code if dd names are not sysut1 and
sysut2 in IEBGENER?
Answer Posted / murali kannan
SOC1- Operation exception- Misspelled DD names.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain how can the attributes of one sms dataset be copied to another dataset?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
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.
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What is the purpose of dd * statement in jcl?
Suppose I have five jobs to do. But I want to hold one?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
in ways data can be passed to a COBOL program from JCL?
How do you overcome this limitation ?
Explain the function of the steplib dd statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what sort card you will use to copy the data from one dataset to another dataset?
Is their any limit for data sets?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?