What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMMFIND - find a library member
IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?
7 Answers Cognizant, IBM, IGT,
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
how to execute the last 5 steps in jcl
Passing a variable parm from JCL to a cobol/db2 program
describe the job statement, its meaning,syntax and significant keywords?
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
Can we call instream to catalog and catalog to instream?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
once we submitted the job to the operating system, how can we cancel the job before execution?
I have a File that has duplicate records. I need only those records that occur more than thrice.