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 |
is this below syntax correct? CALL 'subprg' using A,B Please help
How to Pass table from a cobol program to another cobol program and how to use that table in called program
what is the difference b/w level no.01 & level no.77?
write a program to eliminate duplicate records in a input file and send them to output file.
Can we put move statement in COBOL copybook
if we have a 10 steps how to override the 4th step in jcl?
1.What is the limit of linkage section?
How to remove 2 duplicate records and copy only one using job control language?
How to covert given string into ASCII value in COBOL/MF COBOL
how do you reference the ksds vsam file formats from cobol programs
What are literals?
Using string statement.Is coding three destination string from one source string possible in one code?or three codes for every destination string of one source string.?thank you