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 |
If i got a job on mainframe technology, will i have a bright future?. Some people are discouraging me. Let me know, is it true? Please bring back me from the confusion.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Explain what you understand by passing by value.
which is better comp or comp-3 in terms of memory utilization?
RENAME clause takes new SPACE in memory.TRUE or FALSE? a)TRUE 2)FALSE
What is the mode in which you will OPEN a file for writing?
)what is retrieve?
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
how to refer the data field?
What is cobol?
What is the maximum length of a field you can define using COMP-3 in COBOL?
How do u initialize an array?