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
How many bytes S(8) comp field occupy and its maximum value?
Which is not true about evaluate statement
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is link edit in cobol?
Name some of the examples of COBOl 11?
How can you get the ksds file records into your cobol program?
In which area will you utilize 88 level items in cobol?
In COBOL, what is the different between index and subscript?
What are the different rules of SORT operation?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do we get current date from system with century in COBOL?
Can you please let me know the centre name of INS certification in Kolkata.
What is a SSRANGE and NOSSRANGE?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.