How much is memory space involved, when we code
BLOCKSIZE,TRK & CYL ?
Answer / guest
One block constitutes 32KB of formatted memory/ 42KB of
Unformatted memory,6 blocks makes one Track & 15 Tracks
makes one cylinder.
| Is This Answer Correct ? | 26 Yes | 7 No |
what does mvs stand for?
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How do you submit a JCL under CICS environment ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I have a Symbolic Parameter which can have a value say 01 or 02 etc. Now consider i have another Symbolic parameters which is used to get 3 digit code of months (JAN, FEB, etc) but for that i need to check the first symbolic parameter's value and provide its corresponding month's name in the second symbolic parameter. Say IF sym1 = 01 then sym2='Jan' ENDIF etc... In JCL, IF condition is used for RC, ABEND purposes of a step etc. When i use Symbolic parameter in IF clause it is showing Error message. Is there a way to get the above result possible in JCL. If you could provide me with an example, i would understand it better.
Whats error code s222?
how to create gdg with out using idcams utility
How do you submit a JCL under CICS environment ?
can we write a proc with in a proc
What is DATACOM db?
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