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
How do you reference the fixed block file formats from cobol programs
Write a program that uses move corresponding.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how to move the records from file to array table. give with code example
Can we redefine the field of x(200) to less than 200?
What is the problem of ordered sequential files access?
How you can read the file from bottom?
What is the usage of comp fields in cobol?
What are the different types of condition in cobol and write their forms.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is perform what is varying?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Name some of the examples of COBOl 11?
Write down the divisions of cobol program?