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
What is the difference between PIC 9.99 and 9v99 in COBOL?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What are the pertinent COBOL commands?
How to know whether the module is dynamical or statistical?
What are the different rules to perform a Search?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is static and dynamic call in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how do you reference the variable block file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Why did you choose to work with ibm mainframe cobol programming?
What are declaratives and what are their uses in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?