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 will happen if we generate GDG +2 version instead of +1 version?

T systems,

2 10120

Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?

T systems,

6 45195

What will happen if we generate GDG (+2) version without generating (+1) version?

IBM, T systems,

2 20510

How many maximum number of procedures can we write in one COBOL program?

5 10799

Can we MOVE X(9) to 9(9) OR 9(9) to X(9)? If yes what are the ways for doing this?

T systems, Tech Mahindra,

12 64628

What is SDSF?

IBM,

13 22073

What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

T systems,

7 31586

What are ISOLATION LEVELS? Where do we need to specify them?

EXL,

3 10731

What are ISOLATION LEVELS? Where do we need to specify them in compiling JCL (Exactly which statement and what is syntax for it)?

T systems,

2 9608

What are differences between Static Call and Dynamic Call?

IBM, KBC, Keane India Ltd, Verizon,

10 28980

is it possible to rename 01 level?

4 10935

in how many mode we can open a file ?

4 8818

what is the purpose of linkage section?

10 20108

what is the difference between start and startbr?

2 12352

what r the types of perform statement

4 31322


Post New COBOL Questions

Un-Answered Questions { COBOL }

Why is it necessary that file needs to be opened in I-O mode for REWRITE?

1385


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2648


What do you understand by psb and acb?

1181


how do you reference the rrds file formats from cobol programs

1660


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1379


Which Search verb is equivalent to PERFORM…VARYING?

1106


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

1253


What is perform what is varying?

1224


How do you differentiate between cobol and cobol-ii?

1284


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

1198


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

1282


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


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 ?

2356


What rules are followed by the search verb.

1199


What are literals?

1185