Answer Posted / santosh khot
Call Statement in cobol calls sub program from main program
by Content or by reference but default is by reference
syntex is
CALL program-name by Content/Reference by Var-1, Var-2.
Is This Answer Correct ? | 31 Yes | 3 No |
Post New Answer View All Answers
Which mode is used to operate the sequential file?
What guidelines should be followed to write a structured cobol prgm?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Give some examples of command terminators?
Can we redefine the field of x(200) to less than 200?
What is the difference between next sentence and continue in cobol programing language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how do you reference the rrds file formats from cobol programs
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
HOw can I get the negative sign while deduct high value from low value
What are the different rules for performing sort operation?
Which is not true about evaluate statement
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Write a program to enter and display the names of students in a class using the occurs clause.