Answer Posted / sathya
S0C4
Storage related problem. Check your linkage section, table
definition, and FD section.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
In sms datasets, what is the function of the dd avgrec keyword?
How can the submitting users racf authority be overridden in a job stream?
What is job control language?
Is it possible to define dd statements as you want?
Explain how can the attributes of one sms dataset be copied to another dataset?
What are steplib and joblib?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
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.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
how do you code a null statement?
How does jcl act on code(if you take a cobol program)?
What do you understand by the term notcat 2 – gs?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Can we use DISP=SHR in output file in JCL
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?