What do we mean by 'Virtual storage' for a dataset and for a
JOBSTEP ? What is the significance of the following
statement for a programmer 'Virtual storage results in
program addresses being independent of the addresses that
actually exist in a computer' ?
No Answer is Posted For this Question
Be the First to Post Answer
Hi Guyz, My requirement is to empty out a PS file but not to delete. How would I do that. Is there any Utility. If any other way, plz answer. Thanks.
9 Answers iGate, Lehman Brothers,
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
how to compare two datasets without using superce because output is limited to 133 bytes
Can I send output of job to my remote device careerride123?
How can we see data in TEMPARARY DATA SET in JCL ?
how can u identify the db2 from jcl ?
restart logic ?
what r the types of job control statements?
in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
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)
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?