What parameter directs the output of the job log dataset?
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.
What does a disposition of (new,catlg,keep) for a dsn mean?
What is the function of job statement in jcl?
Can I send output of job to my remote device careerride123?
a dd statement has 2 types of parameters. Name them?
what are JCLLIB and STEPLIB in JCL?
Explain the function of //jcllib statement?
Suppose I have five jobs to do. But I want to hold one?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
For what purpose steplib and joblib are used ?
Explain how can an in-stream dataset be terminated?
A dd statement consists of 4 fields. Name them?
What is the function of a dd statement?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.