Answer Posted / siri
CALL:-CALL statement is used to execute the SUB program from the MAIN program.....
EX:-CALL 'SUB1' USING BY REFERENCE WS-VAR1
BY CONTENT WS-VAR1
BY REFERENCE IS DEAFAULT ITS NO NEED TO CODE...BY CONTENT IS NEED TO CODE IT IS PASS THE LENGTH OF THE DATA ITEM TO THE CALLED PROGRAM....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between perform … with test after and perform … with test before?
Mention the guidelines to write a structured cobol program?
What is the difference between Global and External Variables?
how do you reference the ksds vsam file formats from cobol programs
What are the different types of condition in cobol and write their forms.
how to refer the data field?
What guidelines should be followed to write a structured cobol prgm?
For rewrite, why is it mandatory that file needs to be opened?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between next sentence and continue in cobol programing language?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Difference between array and sub-script ?