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 |
9(2).99 how many bytes take? Why . consider as a byte?
Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 Answers Bank Of America, Mind Tree,
how to transfer the file from pc to mainframe??
What is rmode(any) ?
What is the difference between Call and a Link?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
what are the working storage fields in BMS macro?
How include time & date in the report generation in cobol programing?
how to move the records from file to array table. give with code example
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
what are decleratives in cobol?
hw to create 3 dimensional array & hw to access it?