Answer Posted / sush
we cwngive instream data in instream procedure.when we call
the procedure
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
which parameter is used to check the syntax of a jcl without executing it?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain the function of job statement in jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Are there any set of rules for the names of the steps used in a job?
How does jcl act on a cobol code?
Explain the jcl exec statement?
What statement can be used to send data to another mvs jes3 node?
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?
What is the function of the steplib dd statement?
Define concatenating?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain how can return codes be tested before execution of a job step?
How to override loadlib?
how can you check if a file is empty using jcl?