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 search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
What is the difference between perform … with test after and perform … with test before?
What is the use of LINKAGE SECTION?
How do you do in-line PERFORM?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
what is the coding difference between COBOL and CICS.
how many maximum no of variables can be declared in linkage section ?
if someone is using my file,how can i find which user id is using?
What is difference between COBOL and VS COBOL II?.
What COBOL construct is the COBOL II EVALUATE meant to replace?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning