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 Posted / 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 |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
how to do automated restart when a job abends?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain how can return codes be tested before execution of a job step?
what is the JCL statement consists of?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
a dd statement has 2 types of parameters. Name them?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Is their any set of rules for dd? Explain.
How to alter the parameters for the existing gdg?
What is the purpose of dd * statement in jcl?
How do you submit a job for execution?
Where can program checkpoints be stored for use in a restart?
What is the use of symbol // in jcl?
which parameter is use to declare the name of dataset in dd statement?