Can we use goto statement in inline_perform ?
Answer Posted / sroul4
The format of inline perform is...
perform
...
....
Go TO para2
display' inline perform'
end perform.
Para2
you can put a GO TO but the control would pass to the go to
label , and it would not display inline perform.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What kind of error is trapped by on size error option?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the variable unblock file formats from cobol programs
i need a small 3d program using inline and outline.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What the difference is between continue and next sentence?
Name the sections present in data division.
What is the difference between external and global variables in COBOL?
how do you reference the fixed unblock file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is perform what is varying?
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?
What is the difference between PIC 9.99 and 9v99 in COBOL?