Give some advantages of REDEFINES clause?
Answers were Sorted based on User's Feedback
Answer / mahathiaz
1. You can REDEFINE a Variable from one PICTURE class to
another PICTURE class by using the same memory
location.
2. By REDEFINES we can INITIALISE the variable in
WORKING-STORAGE Section itself.
3. We can REDEFINE a Single Variable into so many sub
variables. (This facility is very useful in solving Y2000
Problem.)
| Is This Answer Correct ? | 23 Yes | 1 No |
IF I mention stop run in CICS what happens?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
what is rediffine clause?in what situation it can use?give me real time example?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
What is SDSF?
What will happen if we generate GDG +2 version instead of +1 version?
what is the use of filler in cobol programing?
Wat is the difference between NEXT and CONTINUE statement in cobol,can any one explain with example.
If we use GO BACK instead of STOP RUN in cobol?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
Have you code any new programs in COBOL ? What is the functionality of the programs?