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 |
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
What is the difference between performing a SECTION and a PARAGRAPH?
how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas
what is the difference between Plan & package?
) How do you access the migrate the data from production region to development region
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
How can I find the maximum value of a field in a file while reading the file dynamically? without using sort function. Suppose i have a file with fields Timestamp, description, teamname, teamnumber.. i have read the file till end and find the maximun value of timestamp which is not in sorted order.. can we use function max(timestamp)?
how to run sub programs using static and dynamic call ...
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
What compiler option would you use for dynamic linking?
What guidelines should be followed to write a structured cobol prgm?
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......