ID DIVISION.
PROGRAM-ID. PLO.
DATA DIVISION.
WORKING-STORAGE SECTION.
01 VAR1 PIC 9(2).
01 VAR2 PIC X(2).
PROCEDURE DIVISION.
ACCEPT VAR2.
MOVE VAR2 TO VAR1.
STOP RUN.

if i give 'PI' in var2 then what will b output of progr.
any abend?????

Answer Posted / giri12

SOC7

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different types of condition in cobol and write their forms.

660


What is the difference between PIC 9.99 and PIC9v99?

783


What rules are to be followed while using the corresponding options?

641


IF I mention stop run in CICS what happens?

1898


what is the difference between COBOL2 AND COBOL390?

2455






) what is the difference between AID and HANDLE AID?

1637


What is the difference between Global and External Variables?

666


Write the code implementing the perform … varying.

646


How you can characterize tables in cobol?

720


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

644


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

710


i need a small 3d program using inline and outline.

1640


how do you reference the printer file formats from cobol programs

667


What are the different rules to perform a Search?

619


What is rmode(any) ?

686