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 |
can we use 77 level no for Redefines?if we use give an example?
what is internal sort and external sort ? which is preferable ?
What are the ways you can generate a copybook?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
How to replace the GOTO statement in COBOL without changing the structure of program. e.g. consider following code... I.D. E.D. D.D. P.D. compute C = A + B. GOTO para 100-display. compute D = C - D. GOTO 200-display. some other logic...... ........ GOTO 300-para. ...... ...... GOTO 400-para. Now I want to replacce all GOTO statements without changing the structure and otput of program.
what is ASRA, AEY9?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
What rules are to be followed while using the corresponding options?
what are the utilities for load and unload the DB2 tables
How do get the result of your program directly on your pc?
is it possible to declare index in cobol program? if it is not why its tell me pls
what is s013u000 for?