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



In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execu..

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

In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execu..

Answer / aji cherian

Before

Is This Answer Correct ?    4 Yes 0 No

In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execu..

Answer / djayaramudu

before

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More COBOL Interview Questions

what is a zoned decimal data type and how it will be stored?

2 Answers   IBM,


i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?

2 Answers  


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?

4 Answers   CSE, TCS, Wipro,


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


what happens if we dont close cursor in db2-cobol pgm?

6 Answers  


Write some characteristics of cobol as means of business language.

0 Answers  


i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

4 Answers   CSC,


What is Control Break processing ?

1 Answers   iGate,


how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please

2 Answers  


How many maximum number of procedures can we write in one COBOL program?

6 Answers  


What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(9) VALUE SPACES. 01 WS-VARN REDEFINES WS-VARX PIC 9(9).

8 Answers  


Categories