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 |
level number 77 is used to define a)group data b)elementary data c)redefine d)none
i want to learn mainframes. i completed MCA ,whats the future of mainframes
How to code fscode 10 in cobol program? Where yoy code in your pgm?give ans for the question.
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between a DYNAMIC and STATIC call in COBOL?
soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
Please let me know at which Scenarios we will go for STATIC call or DYNAMIC
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
what is the difference between implicit and explicit scope terminator with example?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How do u know what version of cobol u are using?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.