in cobol perform stmt whether it first checks the condition
or not

Answer Posted / deepa

If TEST BEFORE option is used the condition is checked
first.
If TEST AFTER option is used the condition is checked later.
Default is TEST BEFORE

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2723


How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?

700


What is the difference between perform … with test after and perform … with test before?

883


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

710






Write a program to enter and display the names of students in a class using the occurs clause.

654


) what is the difference between AID and HANDLE AID?

1637


What is the usage of comp fields in cobol?

660


Write a program that uses move corresponding.

673


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

648


How do you get the data to code the BMS macro?

1476


what is search and searchall?what is the diffrence between them?give an best example?

5560


A table has two indexes defined. Which one will be used by the SEARCH?

759


What is the Purpose of POINTER Phrase in STRING command in COBOL?

721


how to refer the data field?

1812