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
What is rmode(any) ?
How can you get the ksds file records into your cobol program?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is the difference between next sentence and continue in cobol programing language?
In which area will you utilize 88 level items in cobol?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Explain how you can characterize tables in cobol?
Write down the divisions of cobol program?
explain sorting techniques in cobol program?
What is cobol?
Discuss about changing dataset name in proc.
What are the different rules to perform a Search?
What is the Purpose of POINTER Phrase in STRING command in COBOL?