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
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How to remove 2 duplicate records and copy only one using job control language?
Give some examples of command terminators?
how to convert the recors form vsam file to db2 table tru file aid
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 need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is report-item in COBOL?
What is the LINKAGE SECTION used in COBOL?
Whats the difference between search & search ALL?
What are the different open modes available in cobol?
What is the difference between next sentence and continue in cobol programing language?
Can you please let me know the centre name of INS certification in Kolkata.
How are the next sentence and continue different from each other?