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

Write a program that uses move corresponding.

1208

State the various causes of s0c1, s0c5 and s0c7.

1144

What do you understand by psb and acb?

1181

How to remove 2 duplicate records and copy only one using job control language?

1261

what is amode(24), amode(31), rmode(24) and rmode(any)?

1199

Write the code to count the sum of n natural numbers.

1259

What are declaratives and what are their uses in cobol?

1261

How do you reference the fixed block file formats from cobol programs

1288

how do you reference the rrds file formats from cobol programs

1660

Write a cobol program making use of the redefine clause.

1229

What do you understand by passing by reference and passing by content?

1 1677

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

1246

What are various search techniques in cobol? Explain.

1113

Explain what you understand by passing by value.

1202

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

1125


Post New COBOL Questions

Un-Answered Questions { COBOL }

How do you reference the fixed block file formats from cobol programs

1288


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1268


What is Pic 9v99 Indicates in COBOL?

1340


What is inspect in cobol ?

1356


Name the sections present in data division.

1315


Which Search verb is equivalent to PERFORM…VARYING?

1106


How do we get current date from system with century in COBOL?

1428


What is redefines clause in COBOL?

1351


i want a program using by if, evaluate , string, unstring, perform, occurs?

4801


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

3277


Name some of the examples of COBOl 11?

3196


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.

5795


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1695


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

1209


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1154