Can anyone please give the example of Inline Perform.
Answer Posted / ssampath
perform witin a section
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the local-storage section?
What are the pertinent COBOL
How do you reference the fixed block file formats from cobol programs
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the variable unblock file formats from cobol programs
what is difference between cobol and cobol/400
What is a SSRANGE and NOSSRANGE?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
Explain how you can characterize tables in cobol?
State the various causes of s0c1, s0c5 and s0c7.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the difference between Global and External Variables?
What guidelines should be followed to write a structured cobol prgm?