Can you execute a PROC from another PROC?

Answer Posted / sachin

Please tell me shive
job knows where is first proc reside using JCLLIB

but how the proc2 will know where is proc3 reside.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

779


What is NOTCAT ?

738


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1035


How jcl is used for testing batch programs?

718


What is the purpose of dd?

725






What do you understand by jcl?

625


What do you understand by the term notcat 2 – gs?

751


How to pass the parameter in parm using linkage section ? (syntax)?

645


Is their any set of rules for dd? Explain.

657


What parameters can be used to limit the number of records written to a sysout dataset?

746


Must tape dataset definitions include vol=ser specifications?

979


what are the statements that are not valid to be included in an include statement?

776


What is use of restart and how to use it?

766


How is a type of file defined in the jcl that executes the cobol program?

709


Explain how can a jobs execution priority be modified?

736