what is redefines? where it can be effectively use for the
purpose of memory utilization? give an example?
Answer Posted / yuddam
01 a pic 9(6).
01 b redifine a pic 9(6).
01 c redifine a pic 9(6).
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is the Purpose of Pointer in the string?
What is length is cobol?
how do you reference the rrds file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Can we change the password using ALTER? anyone tried and changed?
What is the difference between binary search and sequential search?
What do you understand by psb and acb?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the problem of ordered sequential files access?
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 a SSRANGE and NOSSRANGE?