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 to explain size error.

1156

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

1125

explain sorting techniques in cobol program?

1156

Explain about different table spaces.

1052

Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1053

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

1242

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

1143

What is the problem of ordered sequential files access?

1130

Write the code implementing the perform … varying.

1025

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

1197

how do you reference the printer file formats from cobol programs

1165

How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

1122

Discuss about changing dataset name in proc.

1189

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

1291

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

1185


Post New COBOL Questions

Un-Answered Questions { COBOL }

Describe the cobol database components?

1133


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

1175


Name the divisions, which are available in a cobol program?

1188


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

1143


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

1076


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

2259


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

3191


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

1183


i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com

2181


Which Search verb is equivalent to PERFORM…VARYING?

1008


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

1209


What are all the divisions of a COBOL program?

1163


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5764


What is the Purpose of Pointer in the string?

1038


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4126