Answer Posted / guest
IF WE WANT TO RESTART THE PARTICULAR STEP WE CAN USE
RESTART PARAMETER AND SYNTAX IS RESTART=STEP NAME.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is SOC4 error?
Explain the purpose of dd * statement in jcl?
What is one line to pass PARM from JCL to COBOL?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What is the difference between run mode and addressing mode?
What is the function of the dd dcb keyword?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
When output dataset space is required, what quantity categories are used?
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
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 the function of job statement in jcl?
whats the diff bw the evaluate also and and?
Explain the function of the dd dcb keyword?
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.