what is the advantage of using redefines instead of
delaring the variables ?
Answer Posted / sriram
redefines is a clause which is used for predefined storage space for other variables without wastage of space.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is amode(31)
What the difference is between continue and next sentence?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write a program to enter and display the names of students in a class using the occurs clause.
Define static linking and dynamic linking.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Why did you choose to work with ibm mainframe cobol programming?
How do you define a variable of comp-1 and comp-2?
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
In COBOL, what is the different between index and subscript?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What do you understand by psb and acb?
Give some examples of command terminators?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic