Define in-line perform?

Answer Posted / jayaram

The set of COBOL statements is written in between perform and end-perform. We should not code any period for these statements untill end-perform. THis code is used in once if you want to use the same code again you will write code once more.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between structured cobol programming and object-oriented cobol programming.

663


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1776


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2656


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

700


Difference between cobol and cobol-ii?

704






What is the difference between Call and a Link?

694


) How do u handle errors in BMS macro

1505


I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?

1798


i want a program using by if, evaluate , string, unstring, perform, occurs?

4045


What are the access modes of START statement?

716


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6808


What is the difference between structured cobol programming and object alternativelyiented cobol?

751


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

664


how do you reference the printer file formats from cobol programs

653


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

676