i have the following varibles in the working storage
05 ws-A PIC X(30)
VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ '
05 WS-B REDEFINES WS-A
10 WS-B1 PIC X(10).
10 WS-B2 PIC 9(10).
10 WS-B3 PIC X(10).
If I Display B1, B2 and B3 respectively, what is the value
displayed in B2
Answer Posted / satish
It will shows variable miss match error
| Is This Answer Correct ? | 7 Yes | 8 No |
Post New Answer View All Answers
) How do u handle errors in BMS macro?
How do you get the data to code the BMS macro?
What is a scope terminator give example?
Which is not true about evaluate statement
What are the different data types in cobol?
What is the usage of comp fields in cobol?
what is the difference between COBOL2 AND COBOL390?
how do you reference the ksds vsam file formats from cobol programs
Why would you use find and get rather than to obtain?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How arrays can be defined in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Have you used comp and comp-3 in your project? And how?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
what are decleratives in cobol?