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

how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS

4 Answers   Infosys,


how to transfer the file from pc to mainframe??

3 Answers  


What guidelines should be followed to write a structured cobol prgm?

0 Answers  


what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?

2 Answers   IBM, Wipro,


whats the difference between search and search all?

4 Answers   Patni,


i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


How do you come out of an EVALUATE statement?

3 Answers  


Explain complete concept of table handling in COBOL with an example?

2 Answers   IBM, TCS, Wipro,


In an array processing what is the thing that can be done by using subscripts but not by using index

4 Answers   JPMorgan Chase,


What is the Purpose of POINTER Phrase in STRING command

3 Answers  


Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 Answers  


Categories