what is rediffine clause?in what situation it can use?give me
real time example?
Answer / naidu sekhar yandrapu
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.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
HOw can I get the negative sign while deduct high value from low value
If we use GO BACK instead of STOP RUN in cobol?
hw to create 3 dimensional array & hw to access it?
what r the types of perform statement
WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN
What is the difference between PIC 9.99 and 9v99 in COBOL?
0 Answers SwanSoft Technologies,
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
can we display comp-3 variables. if we want to display what we have to do . give me one example
What is the mode in which you will OPEN a file for writing?
What is the difference between a subscript and an index in a table definition?