program for simple performwe have to write a


PROGRAM FOR SIMPLE PERFORM:

We have to write a program to elaborate simple PERFORM statement

Identification division.

Program- id.  Perf1.

Environment division.

Data division.

Procedure division.

Para-1.

  Display(1 1) erase.

  Display "ABC".

            Perform  para-2.

            Display "XYZ".

            Stop run.

Para-2.

             Display "DEF".

Description: The output of the program will be ABC

                                                                        DEF

                                                                        XYZ

Request for Solution File

Ask an Expert for Answer!!
COBOL Programming: program for simple performwe have to write a
Reference No:- TGS0174606

Expected delivery within 24 Hours