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 can i see junk values in dclgen or in hostvariable of comp ?
What is the size of s9(19)comp3? explain
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to execute a set of JCL statements from a COBOL program?
How do we get current date from system with century?
Difference between next and continue clause
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
WHY LRECL NEEDS TO BE 4 EXTRA THEN THE COBOL FILE LENGTH & WHAT IT CONTAIN IN THAT LENGTH
What are the differences between OS VS COBOL and VS COBOL II?
how can we fetch 3 records in cobol pgm any coding pls ?
What was removed from COBOL in the COBOL II implementation?