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
What is the function of the dd avgrec keyword in sms datasets?
Is condition checking possible in jcl?
Differentiate between the joblib and the steplib statements?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
a dd statement has 2 types of parameters. Name them?
Is there any command to check wether the ps file is in sorted order?
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 concatenating?
A dd statement consists of 4 fields. Name them?
Explain how can an in-stream dataset be terminated?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of job statement in jcl?
Explain dfsort utility?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.