What is an in line PERFORM? When would you use it? Anything
else to say about it?

Answer Posted / ravikumar

Inline perform executes set of statments without going to
any paragraph written seperately.Depending on
scenario.....for example,when you are using the internal
table of small size..

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is static and dynamic call in cobol?

594


A table has two indexes defined. Which one will be used by the SEARCH?

757


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

932


How to know whether the module is dynamical or statistical?

655


Explain how to differentiate call by context by comparing it to other calls?

688






How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3717


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

719


what are decleratives in cobol?

1827


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

1701


What are literals?

631


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1230


Difference between cobol and cobol-ii?

704


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

709


) how do u code after getting data?

1580


Write a cobol program making use of the redefine clause.

731