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

COBOL Interview Questions
Questions Answers Views Company eMail

What are the divisions in a cobol program? Which one is the mandatory division among them?

1 1694

What are the divisions in a cobol program?

1 2161

What is the figurative constant in cobol?

1 1843

Are you comfortable in cobol or jcl?

1092

How you can delete a record from a ps file in cobol?

1 2371

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

1264

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

1208

How can you get the ksds file records into your cobol program?

1136

How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

1306

How do define dynamic array in cobol.

1185

how do you define single dimensional array and multidimensional array in your cobol?

1151

What is difference between static and dynamic call in cobol?

1466

What is link edit in cobol?

1269

What is the difference between copy and include in cobol?

1 2467

What is static and dynamic call in cobol?

1116


Post New COBOL Questions

Un-Answered Questions { COBOL }

Explain what you understand by passing by value.

1202


) How do u handle errors in BMS macro?

2017


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

1185


What rules are followed by the search verb.

1196


What is the utilization of copybook in cobol? Could we utilize a similar copybook?

1273


how can i see junk values in dclgen or in hostvariable of comp ?

3050


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1210


how do you reference the ksds vsam file formats from cobol programs

1245


In COBOL, what is the different between index and subscript?

1281


What is the difference between structured cobol programming and object alternativelyiented cobol?

1298


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.

1501


What is the difference between Call and a Link?

1263


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

3018


What is comp-1 and comp-2?

1278


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

3318