what is pupose and meaning of the REGION keyword and what
jcl statement is it associated with?
Answer / krithiga hari
The REGION parameter is used to override the default amount
of workspace assigned to a particular job or a particular
step. It is an optional keyword parameter. It can be used in
job statement or in exec statement.
Is This Answer Correct ? | 10 Yes | 0 No |
If the COND parameter is specified in both the JOB and EXEC statements, which one will take precedence? If JOB takes priority and if all the conditions evaluate to false, then will the conditions on the EXEC step be evaluated next?
Define concatenating?
Can we create VSAM file by using IEBGENER?
i have a ps with two columns eno and ename , i need to copy eno column values in one ps and ename column values in one Ps ? is it possible through iebgener . how ? thx in advance
can u explain gdg with example wht happens if we give limit,empty,noempty,scartch and no scartch
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
How can we increment subscript and index?
what is instream data
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.
Passing a variable parm from JCL to a cobol/db2 program
What does the statements: typrun=scan and typrun=hold do in a JCL statement