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?

Answer Posted / aji cherian

Before

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can a Search can be done on a table with or without Index?

1327


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

1306


What happens when we move a comp-3 field to an edited (say z (9). Zz-)?

1481


how to move the records from file to array table. give with code example

2726


What is cobol?

1286


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

1374


Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.

5790


Have you used comp and comp-3 in your project? And how?

2520


Write some characteristics of cobol as means of business language.

1195


What are the various section in data division and briefly explain them.

1246


Explain what you understand by passing by value.

1198


here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

8018


What is the LINKAGE SECTION used in COBOL?

1595


How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that

3275


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

1257