Answer Posted / veena (ibm)
Redefines can be used for 01 level in working storage
section but not for 01 level in file section.
Other rules for redefines:
redefines cannot be used for 66 and 88 levels.
redefined vars level number must be same as the original
var.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain what you understand by passing by value.
What is inspect in cobol ?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are 77 levels used for?
How many bytes S(8) comp field occupy and its maximum value?
What are the cobol coding sheets?
what is difference between cobol and cobol/400
Have you used comp and comp-3 in your project? And how?
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
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
) How do u handle errors in BMS macro
How to know whether the module is dynamical or statistical?