What type of Call you would use if you don;t want the
control back to the calling program?
Answer Posted / kalyan
Hi Menaka,
Can you please explain more about using 'CHAIN' possibly
using an example.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are you comfortable in cobol or jcl?
What is amode(31)
In COBOL, what is the different between index and subscript?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
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
Write some characteristics of cobol as means of business language.
How do you reference the fixed block file formats from cobol programs
What is the difference between next sentence and continue in cobol programing language?
What guidelines should be followed to write a structured cobol prgm?
how to move the records from file to array table. give with code example
What is the difference between Call and a Link?
How many sections are there in data division in COBOL?
What is the LINKAGE SECTION used in COBOL?
Explain the configuration section of a cobol program with examples of syntax.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?