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
Explain how to differentiate call by context by comparing it to other calls?
What are the different rules for performing sort operation?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How many sections are there in data division in COBOL?
What is difference between static and dynamic call in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
What are the pertinent COBOL
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 are the next sentence and continue different from each other?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is Pic 9v99 Indicates in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how do you reference the variable block file formats from cobol programs
What is the difference between comp and comp-3 usage?