Answer Posted / venkat
job card is the first jcl statement. It can maintain the job details(positional parameters and keyword parameters) here.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
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?
What is the purpose of disp parameter?
What is the function of the dd dcb keyword?
Brief description of inline procedure of jcl.
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
How jcl is used for testing batch programs?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
How can values be passed from the job stream to an executable program?
Explain how can a jobs execution priority be modified?
Is their any set of rules for dd? Explain.
What is timing concept in mainframe?
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.
Why block size is multiple of lrecl in jcl?
What is the function of the dd avgrec keyword in sms datasets?