what is DSN parameter and DISP parameter is used for?
No Answer is Posted For this Question
Be the First to Post Answer
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
What does the statements: typrun=scan and typrun=hold do in a JCL statement
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
what is the sortcard for comparing two files with a field key and get the duplicates in onefile and noduplicates in another file
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
i have step1,step2,step3 from where can i start coding cond parameter ?
Describe the DD statement, its meaning, syntax and keywords?
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 difference between BLKSIZE and LRECL?
What do you feel makes a good program?