how to run sub programs using static and dynamic call ...
Answer Posted / vijay kumar
static:- its is identified by the CALL LITERAL.
Syntax:- CALL 'program name'.
Dynamic:- it is identified by the variable
Ex:- 01 ws-program pic x(8)
MOVE 'program name' to ws-program
CALL 'ws-program'.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Describe the cobol database components?
How to remove 2 duplicate records and copy only one using job control language?
How many sections are there in data division in COBOL?
) how do u code after getting data?
what happens if parmparameter passes zero bytes to the program
) How do u handle errors in BMS macro?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is the difference between PIC 9.99 and 9v99 in COBOL?
What are the different open modes available in cobol?
HOw can I get the negative sign while deduct high value from low value
Name the divisions, which are available in a cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the utilization of copybook in cobol?