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 |
When would you use in-line perform?
can you declare redefine in level 01?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
record length in spool?
Describe the difference between subscripting and indexing ?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
how to submit a jcl by cobol program. clear me with an example.
How arrays can be defined in COBOL?
How will 128 be saved in s9 (3) comp-3 How will 12 be saved in s9 (2) comp
) What is the use of IGNORE?
How many variables can be declared in w-s section.?
what is the default print format? in cobol