Answer Posted / sravani
by using IEBCOPY
Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of dd dummy statement?
How can values be passed from the job stream to an executable program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What is one line to pass PARM from JCL to COBOL?
What is the use of disp parameter?
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?
Explain the function of dd disp parameter?
How do you submit a job for execution?
What is the function of job statement in jcl?
Is automatic restart possible in jcl?
How do you create a temporary dataset?
how to run batch program without jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.