In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answer Posted / aji cherian
Before
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why occurs cannot be used in 01 level in COBOL?
What is Pic 9v99 Indicates in COBOL?
What are literals?
What is static and dynamic call in cobol?
What is the local-storage section?
What guidelines should be followed to write a structured cobol prgm?
What are the pertinent COBOL
What is the difference between external and global variables in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
how do you reference the ksds vsam file formats from cobol programs
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
explain sorting techniques in cobol program?
What is the difference between next sentence and continue in cobol programing language?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the use of intialize verb?