What will happen if a variable is declared as below..
Explain with an example?
Working storage section:-
01 WS-VARX PIC X(9) VALUE SPACES.
01 WS-VARN REDEFINES WS-VARX PIC 9(9).
Answer Posted / rookie
if you perform any arithmetic operation than comes the
question of any abend
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
For rewrite, why is it mandatory that file needs to be opened?
How do you get the data to code the BMS macro?
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.
Write the code implementing the perform … varying.
Name the sections present in data division.
What is link edit in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
State the various causes of s0c1, s0c5 and s0c7.
What are declaratives and what are their uses in cobol?
What is the usage of comp fields in cobol?
Define static linking and dynamic linking.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How can you get the ksds file records into your cobol program?
Why occurs cannot be used in 01 level in COBOL?