What is the difference between a DYNAMIC and STATIC call in
COBOL?
Answer Posted / pratul singh
The Difference between DYNAMIC and STATIC is that the
STATIC call create a single load library(EXE) both Main
program as well as subprogram while the DYNAMIC call create
separate load library(EXEs) for Main program and subprogram.
STATIC CALL Example:
CALL '<subpg-name' using <argument>
DYNAMIC CALL Example:
01 WS-SUBPG-NAME PIC X(8) VALUE 'AAAAAAAA'
CALL <WS-SUBPG-NAME> USING <argument>
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
Discuss about changing dataset name in proc.
Define cobol?
Write the code implementing the perform … varying.
Which division and paragraphs are mandatory for a COBOL program?
How many sections are there in data division in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
Write a cobol program making use of the redefine clause.
Can we change the password using ALTER? anyone tried and changed?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the different rules of SORT operation?
Write down the divisions of cobol program?
Name the divisions, which are available in a cobol program?
What is an in line perform? When would you use it? Anything else you wish to say about it.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc