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 / giri12

KLMNOPQRST will be displayed.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is amode(24), amode(31), rmode(24) and rmode(any)?

684


What are the cobol coding sheets?

655


What are the different open modes available in cobol?

711


how do you reference the variable unblock file formats from cobol programs

732


) what is the difference between AID and HANDLE AID?

1626






Define cobol?

852


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10528


What is the usage of comp fields in cobol?

645


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

701


how do you reference the esds vsam file formats from cobol programs

623


When is inspect verb is used in cobol?

665


What is static and dynamic call in cobol?

584


If you are current on the owner of a set, what is the difference between obtain next and obtain first?

632


What are the different rules to perform a Search?

610


Can a Search can be done on a table with or without Index?

794