Answer Posted / sudhakar koppavarapu
Redefines clause allows a programmer to give different data
descriptions to the same area of storage.
syntax:
LevelNumeber Identifier1 REDEFINES identifier2.
01 A PIC X(7).
01 B REDEFINES A PIC 9(5)V9(2).
| Is This Answer Correct ? | 24 Yes | 8 No |
Post New Answer View All Answers
In which area will you utilize 88 level items in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the problem of ordered sequential files access?
What is the local-storage section?
how to convert the recors form vsam file to db2 table tru file aid
What is the difference between external and global variables in COBOL?
How do u write test cases?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
HOw can I get the negative sign while deduct high value from low value
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the ksds vsam file formats from cobol programs
how do you reference the variable block file formats from cobol programs