In a COBOL II PERFORM statement, when is the conditional
tested, before or after the perform execution?
Answers were Sorted based on User's Feedback
Answer / shubha
here Before is default,but if After is mentioned then
condition will be checked after perform execution.
| Is This Answer Correct ? | 13 Yes | 0 No |
How to read a record from bottom of a file which is indexed by 'A'.
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
how to transfer the file from pc to mainframe??
What type of Call you would use if you don;t want the control back to the calling program?
What is the maximum length of a field you can define using COMP-3 in COBOL?
why 02 level number can't be use as a separate level number like 01 or 77 ?
What compiler option would you use for dynamic linking?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
Have you code any new programs in COBOL ? What is the functionality of the programs?
Why occurs cannot be used in 01 level in COBOL?