in cobol perform stmt whether it first checks the condition
or not
Answer Posted / suvarna
first checks the condition
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
How do we get current date from system with century in COBOL?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are all the divisions of a COBOL program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How are the next sentence and continue different from each other?
What are different data types in cobol?
A table has two indexes defined. Which one will be used by the SEARCH?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
) How do u handle errors in BMS macro
What is static and dynamic call in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How you can characterize tables in cobol?
Can a Search can be done on a table with or without Index?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?