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 the difference between binary search and sequential search?
Whats the difference between search & search ALL?
Explain how you can characterize tables in cobol?
What is a scope terminator give example?
What guidelines should be followed to write a structured cobol prgm?
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
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write the code implementing the perform … varying.
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between goback, stop run and exit program in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
how do you reference the fixed unblock file formats from cobol programs
What are the different rules to perform a Search?
What are declaratives and what are their uses in cobol?