Suppose a program has the following code. What will be the
output?

MAIN-PARA.
DISPLAY 'MAIN-PARA'
PERFORM SECTION-A.
STOP RUN.

SECTION-A.
PARA-A1.
DISPLAY 'SECTION A PARA A1'.
PARA-A2.
DISPLAY 'SECTION A PARA A2'.

Answer Posted / brij

the above one is correct

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

627


Explain what you understand by passing by value.

686


I have a File that has duplicate records. I need only those records that occur more than thrice.?

8610


What do you understand by psb and acb?

659


Which is not true about evaluate statement

1563






Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

701


What type of SDLC u followed? Why?

1514


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

668


What is report-item in COBOL?

702


Which mode is used to operate the sequential file?

658


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

5537


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5356


What is the LINKAGE SECTION used in COBOL?

885


how do you reference the printer file formats from cobol programs

648


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

728