Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the difference between CALL BY VALUE and CALL BY CONTENT?

7 Answers  


IDENTIFICATION DIVISION. PROGRAM-ID. MOVEPGM. DATA DIVISION. WORKING-STORAGE SECTION. 01 WS-I PIC 9(2). PROCEDURE DIVISION. A1000-MAIN-PARA. PERFORM PARA-X WITH TEST BEFORE UNTIL WS-I= 5 STOP RUN. PARA-X. DISPLAY "BEST2". I m getting error s722,while executing the program, seems getting in loop, can anybody tell me why

3 Answers  


what is the difference between perform varying and perform until

4 Answers   TCS,


how do you reference the fixed unblock file formats from cobol programs

0 Answers  


how can you identify wheather the program is using search or search all in the cobol program?

5 Answers   iGate,


how can we code index in an array of cobol pgm?

1 Answers   Wipro,


how to change picture class of copy book variable inside program?

2 Answers  


how can we fetch 3 records in cobol pgm any coding pls ?

3 Answers   CGI,


wht do u mean by (*,intrdr) wht is * used for ?

2 Answers  


where will u code file status ?

2 Answers   TCS,


i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2

9 Answers  


which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast

1 Answers  


Categories