We can use PASS with permanent datasets also. THEN
Which is the condition in which we may use PASS (instead of
KEEP) with permanent data sets, while there is no need to
specify UNIT and VOL for them like temporary data sets (in
cas we use KEEP for permanent data sets) ?
No Answer is Posted For this Question
Be the First to Post Answer
What are the kinds of job control statements?
How to submit jcl through a cobol program?
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
What parameters can be used to limit the number of records written to a sysout dataset?
What is the maximum length of a single line of jcl?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain how can the submitting users racf authority be overridden in a job stream?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Explain about LMCOPY -
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
When concatenating two PDS can any one PDS can have empty dataset i.e without any value(Dummy).