What is a Proc ? why do we go for a Proc ? What are the
types of procs?Can we have nesting in Procs ?
Answer Posted / pradeep
There are basically 2 types of PROCS, a. Instream, b.
Cataloged.
The Nesting of procs is not possible.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How can values be passed from the job stream to an executable program?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What are steplib and joblib? What for they are used?
How jcl is used for testing batch programs?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How do you overcome this limitation ?
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
In sms datasets, what is the function of the dd mgmtclas keyword?
Explain how can the submitting users racf authority be overridden in a job stream?
Explain the function of //cntl statement?
What is the purpose of dd * statement in jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?