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 |
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
hi iam learning mainframes,can anybody tell me how to check JCL errors.(after submiting the JCL we have check in spool or is there any other method)
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
i want to store 20 digits . how will u do it in cobol ?
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
what are the technical terms for // /* in jcl
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Explain the function of the steplib dd statement?
difference between internal sort and external sort
Explain the function of a dd statement?
What do you know about jcl?