1) max no of steps with jcl job can execute
2) how many extentions r possible in sequencial files with job
3) what is set parameter will do
4)how to get syntax errors without sub
5) what is differ between error and abend
6) hw mvs knows who submitted the job and whoom it has to
forward
7) what are the positinal parameters of data descripter
Answer / lakshman004
1)255
2)16
3) we can override once set parameter
4) typrun = scan
5)error is bug before submission of job, abend occurs after
job execution
6) by notify parameter r vtam
7) *, dat ,dummy
| Is This Answer Correct ? | 22 Yes | 0 No |
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
what is a null indicator in db2?
I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
Whats error code s222?
how to run JCL thru COBOL.
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
i have a file which contains duplicates ? my requirement is to eliminate duplicates and these elminated duplicates should be moved to another file can any code this using sort ?
Can you give the sort card to arrange the specific column in the version of GDG.
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
When space is allocated for an output dataset, what units can be used?