what is rediffine clause?in what situation it can use?give me
real time example?
Answer / sukesh adhikary
When u want to use same working storage area for different
variables. u must ensure that the space must not use at same
time of program execution.For example perform xyz uses a
space ABCD pic x(9) and it will not be used .then other
part of the program can use that space ABCD.
sukesh
9831281032
| Is This Answer Correct ? | 0 Yes | 0 No |
when COMP-3 is preferrable?
how many maximum no of variables can be declared in linkage section ?
What are the access modes of START statement?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
How can you submit a job from COBOL programs?
What is the LINKAGE SECTION used in COBOL?
what is the use of comp2 ? where can we use it with example ?
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
What is the difference between NEXT SENTENCE and CONTINUE?
What are VS COBOL 11 special features?
is it possible to rename 01 level?