What are the common keyword parameters in both job and exec
statements
Answer Posted / saheb
i think there are five in common :
1.cond
2.parm
3.time
4.region
5.addrspc
| Is This Answer Correct ? | 4 Yes | 9 No |
Post New Answer View All Answers
what is a jcl?
What is Cataloged Procedures?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What is the function of //cntl statement?
Can I share my data with other jobs? How?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
How do you submit a job for execution?
what happens in execution stage in job processing?
Explain the function of dd name parameter with a 2 part structure; audit.report?
what is use of space parameter in dd statement?
How is a type of file defined in the jcl that executes the cobol program?