Answer Posted / jack
Call Statement in cobol calls sub program from main program
by Content or by reference but default is by reference
eg.
CALL "sub-prog".
CALL "sub-prg" using var-1, var-2.
CALL program-name using var-1, var-2.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
Difference between array and sub-script ?
State the various causes of s0c1, s0c5 and s0c7.
Which Search verb is equivalent to PERFORM…VARYING?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is difference between static and dynamic call in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
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.
What are the various section in data division and briefly explain them.
Differentiate between structured cobol programming and object-oriented cobol programming.
How are the next sentence and continue different from each other?
example for sub strings ? and refernce modifications whit output pls
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are different data types in cobol?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the LINKAGE SECTION used in COBOL?