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
how can i see junk values in dclgen or in hostvariable of comp ?
How do you get the data to code the BMS macro?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are declaratives and what are their uses in cobol?
How do we get current date from system with century in COBOL?
What is a report item?
What is rmode(24)
What is the utilization of copybook in cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
Write down the divisions of cobol program?
how do you reference the variable block file formats from cobol programs
Write the code implementing the perform … varying.
what is the use of outrecord?
) what is the difference between AID and HANDLE AID?