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 is the compute verb? How is it used?

659


Write some characteristics of cobol as means of business language.

619


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


what is search and searchall?what is the diffrence between them?give an best example?

5552


State the various causes of s0c1, s0c5 and s0c7.

661






What is inspect in cobol ?

801


What is the difference between PIC 9.99 and 9v99 in COBOL?

732


What are various search techniques in cobol? Explain.

645


EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?

2056


How do we get current date from system with century in COBOL?

805


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


What is length is cobol?

650


What are different data types in cobol?

687


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?

2098


Write a program to enter and display the names of students in a class using the occurs clause.

652