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 / kk
Hi,
klmnopqrst will displayed no compilation error and runtime
error it will work normally.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
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
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the difference between perform … with test after and perform … with test before?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is amode(31)
What is perform what is varying?
Name the divisions, which are available in a cobol program?
What are the different types of condition in cobol and write their forms.
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?
How do you differentiate between cobol and cobol-ii?
How do define dynamic array in cobol.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is rmode(24)