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 are the different open modes available in cobol?

0 Answers  


i have variable record in the 5th, i want to sort from 5th filed ? how ?

2 Answers   TCS,


01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?

5 Answers   Amdocs,


why we are using set in searchall?

4 Answers   IBM,


which is better either static call or dynamic call? and why?

5 Answers   HCL,






What is SDSF?

13 Answers   IBM,


What is Redefines clause?

8 Answers  


wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?

2 Answers   EDS,


how to convert vsam table into DB2 table?

1 Answers   IBM, Wipro,


What is the difference between external and global variables in COBOL?

0 Answers   Winsol Solutions,


what happens of we dont give time stamp in precompilation process

2 Answers  


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


Categories