what is static and dynamic call with examples?

Answer Posted / vasanth

But looking at the program we can find if the called
program is static or dynamic by below ways :

If the called program is mentioned as a literal in the main
program , then you can say that it is a static program if
the compiler option is NODYNAM else it is a dynamic
program .If the called program name is mentioned as a
variable in the main program , then it is a dynamic program
irrespective of the compiler option.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the various stages of job processing?

739


How is the record format of an output dataset specified?

745


How can unused space allocation be returned to the system when a dataset is closed?

812


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

720


What is the use of disp parameter?

653






what is the compile process of cobol program expalin with code

2002


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

704


What does a disposition of (new,catlg,keep) for a dsn mean?

617


How can a stopped job be started again?

712


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

619


How to alter the parameters for the existing gdg?

714


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

854


what are the types of abends that occur on job failure? And explain the possible causes of these

1118


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

977


Explain the function of dd disp parameter?

595