Which storage devices are grouped under DASD and SYSDA ?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
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 Can we see all generations of a GDG ?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How is the record format of an output dataset specified?
What is the improvement to COND= in the latest version of MVS?
How is a dataset passed from one step to another?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what is A-MODE and R-MODE?