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...

When search all is used in cobol program without sorted
input data?

Answer Posted / prasad

Yes.It Wount shoe any compilation probelms.It will sort but
gives unpredictable result.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe the cobol database components?

1218


What is the Purpose of Pointer in the string?

1125


Which mode is used to operate the sequential file?

1255


What rules are to be followed while using the corresponding options?

1125


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

1499


What are 77 levels used for?

1148


How you can read the file from bottom?

1195


how to access the file from prodution from changeman tool and to submit a file to production

7625


What rules are followed by the search verb.

1195


How are the next sentence and continue different from each other?

1338


When is inspect verb is used in cobol?

1309


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1263


what is the difference between COBOL2 AND COBOL390?

3112


IF I mention stop run in CICS what happens?

2426


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?

8024