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 |
how can u identify the db2 from jcl ?
How do you restart a step in JCL?
i have job card like this //job ***** //step1 exec pgm=iebgener //sysut1 dd dsn=main.sss,disp=shr // dd dsn=main1.sss,disp=shr // dd dsn=main2.sss,disp=shr //sysut2 dd dsn=out1.mmm ,disp=(new,catlg,delete) dcb=( ) // sysin dd * like this what i have to do to skip dsn=main1.sss please giveme answer asap
What is the difference between the positional and keyword parameters? Give examples.
How can u know the current date using jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
what is A-MODE and R-MODE?
What is one line to pass PARM from JCL to COBOL?
At what stage, operator can change the class and priority of a submitted job?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
How to execute only th 15th step of JCL consisting of 50 steps?