Answer Posted / vivek
Move a value to RETURN-CODE register. RETURN-CODE should
not be declared in your program.
Ex: MOVE 4 TO RETURN-CODE
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How do you reference the following file formats from cobol programs?
What is link edit in cobol?
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?
How you can read the file from bottom?
what are decleratives in cobol?
how do you reference the variable block file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
What are the rules of the move verb?
What is the difference between Global and External Variables?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can a Search can be done on a table with or without Index?
How many sections are there in data division in COBOL?
Mention the guidelines to write a structured cobol program?