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
How to know whether the module is dynamical or statistical?
Write the code implementing the perform … varying.
What do you understand by psb and acb?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the Purpose of Pointer in the string?
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?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are different data types 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
What is static and dynamic call in cobol?
How do u write test cases?
How many bytes S(8) comp field occupy and its maximum value?
How you can read the file from bottom?
) what is the difference between AID and HANDLE AID?