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
Is it possible to code instream data in a PROC?
Explain how can the submitting users racf authority be overridden in a job stream?
What is concatenating?
List the different jcl statements that are not permitted in the procedures?
How to submit jcl through a cobol program?
Explain the function of a dd statement?
Must tape dataset definitions include vol=ser specifications?
How can unused space allocation be returned to the system when a dataset is closed?
Are there any set of rules for the names of the steps used in a job? What are they?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Is it possible to left uncode disp? If yes, how?
what happens in conversion stage in job processing?
List in order the hierarchical levels of jcl?
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?
What do you know about jcl?