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 to eliminate the duplicates in sorting
what is use of dcb parameter in dd statement?
What is a Generation Data Group (GDG)?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
can anyone explain me about sort in jcl with inrec and outrec ?
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
What is the purpose of disp parameter?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
I have two input files i/p1 name id-key flag date i/p 2 name id-key date if id-key matches in the both the files then it should write the output file from i/p1 with flag 'Y'. It should be done thru JCL sort card ,Please provide the info on this. ---Note : output file should have all records from i/p1 with proper Flag.
Name what parameter directs the output of the job log dataset?
When we give TYPERUN = SCAN , what are the syntax errors we get?