When output dataset space is required, what quantity categories are used?
No Answer is Posted For this Question
Be the First to Post Answer
whats SOC7?
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
Explain about ISPFTTRC
i just need the first and last record from a sequencial file?how
What are isolation levels? Where do we need to specify them in compiling 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 the difference between perform varying and perform
WHAT WILL HAPPEN TO A FILE IF DISP=(MOD,DELETE,DELETE)
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
How I sort the records in a file and copy the first 10 records to another file
How do you create a temporary dataset? Where will you use them?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)