Answer Posted / vinodh
It is a RENAME clause.
| Is This Answer Correct ? | 20 Yes | 4 No |
Post New Answer View All Answers
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you reference the fixed block file formats from cobol programs
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
how do you reference the printer file formats from cobol programs
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?
Write a cobol program making use of the redefine clause.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How arrays can be defined 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?
Write down the divisions of cobol program?
What are the different rules of SORT operation?
What are the rules of the move verb?
how do you define single dimensional array and multidimensional array in your cobol?
What are the different data types in cobol?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?