Can a PROC CALL another PROC ? (in both Instream and
Cataloged cases) ?
Post New Answer View All Answers
Explain how can a jobs execution priority be modified?
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.
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Suppose I have five jobs to do. But I want to hold one?
which parameter is use to declare the name of dataset in dd statement?
What is concatenating?
How is a type of file defined in the jcl that executes the cobol program?
Can I send output of job to my remote device careerride123?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
which parameter is used to check the syntax of a jcl without executing it?
what is the JCL statement consists of?
Explain dfsort utility?
Are there any set of rules for the names of the steps used in a job?
what is the purpose of coding notify parameter in job statement?
Is it possible to code instream data in a PROC?