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 / sandy
It will not show variable mismatch error.
It will display KLMNOPQRES.
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
What are the various section in data division and briefly explain them.
Why occurs cannot be used in 01 level in COBOL?
What is length is cobol?
What rules are to be followed while using the corresponding options?
example for sub strings ? and refernce modifications whit output pls
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
what is the use of outrecord?
how do you reference the fixed unblock file formats from cobol programs
Which Search verb is equivalent to PERFORM…VARYING?
How to print 10 to 1 if the input have only 10 digit number?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How do you reference the fixed block file formats from cobol programs
How do define dynamic array in cobol.