Answer Posted / sivakumar sekharannair
Leroy's answer is correct. Redefined variable can have
occurs clause not in the same level but subordinate to the
higher level
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is redefines clause in COBOL?
What is rmode(24)
Why did you choose to work with ibm mainframe cobol programming?
) How do u handle errors in BMS macro
What are declaratives and what are their uses in cobol?
What are the different open modes available in cobol?
Can we redefine the field of x(200) to less than 200?
What is length is cobol?
Why would you use find and get rather than to obtain?
how to move the records from file to array table. give with code example
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Which Search verb is equivalent to PERFORM…VARYING?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do u write test cases?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?