How to execute 300 steps in a Job?
Answer Posted / jugal kishor
Answer number 10 is not correct, the total number of steps
in all the procs <= 255
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain how can an in-stream dataset be terminated?
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?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Where & How Do You Code Identifier In Jcl?
What are steplib and joblib? What for they are used?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Explain the purpose of the dd keylen parameter?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
What is use of restart and how to use it?
Name what parameter directs the output of the job log dataset?
What is the function of the steplib dd statement?
What is one line to pass PARM from JCL to COBOL?