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
What is the difference between Call and a Link?
HOw can I get the negative sign while deduct high value from low value
What is the use of intialize verb?
What is the problem of ordered sequential files access?
Explain the configuration section of a cobol program with examples of syntax.
What do you understand by psb and acb?
example for sub strings ? and refernce modifications whit output pls
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.
how do you reference the esds vsam file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is the difference between external and global variables in COBOL?
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?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How can you get the ksds file records into your cobol program?
How are the next sentence and continue different from each other?