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 / guest

when we want use some part of prog in many prog we store in
proc

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can the attributes of one sms dataset be copied to another dataset?

839


Explain how can the attributes of one sms dataset be copied to another dataset?

694


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

710


List the different jcl statements that are not permitted in the procedures?

631


What is the difference between the positional and keyword parameters? Give examples.

689






What are the jcl procedures?

635


Explain about ISPF/TSO Commands

1301


which parameter is use to declare the name of dataset in dd statement?

717


What do you know about jcl?

638


Is there any command to check wether the ps file is in sorted order?

2416


When space is allocated for an output dataset, what units can be used?

731


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

736


Which dd parameters are required?

674


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

1021


Explain the function of the dd dcb keyword?

686