Can a REDEFINES clause be used along with an OCCURS clause?
if yes,
01 WS-TABLE.
03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'.
03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you
expect?
if no,why?
Answer Posted / sunil
This works on MF-COBOL
Display WS-EX will display AAAAA
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How many bytes S(8) comp field occupy and its maximum value?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
What is the difference between PIC 9.99 and 9v99 in COBOL?
Can a Search can be done on a table with or without Index?
) How do u handle errors in BMS macro
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is static and dynamic call in cobol?
Discuss about changing dataset name in proc.
What is link edit in cobol?
Explain how you can characterize tables in cobol?
What are the cobol coding sheets?
How do you get the data to code the BMS macro?
Give some examples of command terminators?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?