What is the significance of addrspc parameter in exec statement?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
How to execute step2,step1,step3 when step1,2&3 are in order
Explain about LMFREE�free data set from its association with data ID
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
if we give two job cards in a single what happens
Min no of member?s (PDS) in one directory block?
Describe the EXEC statement, its meaning, syntax and keywords?
what happens when time=0 is given in jcl code. what happens when blksize=0 is given in jcl code. what is symbolic and overriding parameters and a example program.
how to have variable length record in outrec..i have the requmt as follows.. i/p file variable lenght record output file : i need to alter the input and write into outrec(another file) sort fields: copy from(dd1) using ctl1 ctl1cntl dd * outfil fnames=xxx, outrec=(1,131) here i outrec is bombing with error..how to overcome this defect...???
There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?
If Region=0k means What Happen?