Can anyone please give the example of Inline Perform.
Answer Posted / anjan
HI,
Inline perform is like inline function in C++. which
means in this case the control will not transfered to any
particular paragraph where as Immediately throws the result
of the code which has mentioned in the block perform and
end-perform.
Please correct me if i am wrong.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Have you used comp and comp-3 in your project? And how?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Explain how to differentiate call by context by comparing it to other calls?
Write a program to explain size error.
Which is not true about evaluate statement
Differentiate between structured cobol programming and object-oriented cobol programming.
Write a program that uses move corresponding.
What is the difference between perform … with test after and perform … with test before?
how do you reference the variable unblock file formats from cobol programs
What is inspect in cobol ?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
In which area will you utilize 88 level items in cobol?
What kind of error is trapped by on size error option?