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 is redefines? where it can be effectively use for the purpose of memory utilization? give an example?

IBM,

4 8881

i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me

4 6475

when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible

Patni,

1 7928

what is soc7 abend?how u can trace it?

Accenture,

4 14387

There are two flat files one having 10 records and other having 5 records. write a cobol pgm to find the duplicate records(matching records)from both files.

Mind Tree,

1 8189

01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?

Mind Tree,

3 8382

how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

Valtech,

2189

how we separate the cobol cics statements from cobol&cics programming?

Valtech,

1 5404

What is tne need to use sub programs in Cobol?

HSBC,

3 9701

What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?

Cap Gemini,

2 9354

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

2280

I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?

CTS, HCL,

1 5249

wht is packed decimal in cobol

2 7391

what is sort? whis is internal & external sort ?when do u go for inter sort & external sort? tell about some sort utilites?

BirlaSoft,

2 8822

how to convert vsam table into DB2 table?

IBM, Wipro,

1 5911


Post New COBOL Questions

Un-Answered Questions { COBOL }

How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2543


) what is the difference between AID and HANDLE AID?

2202


Can we redefine the field of x(200) to less than 200?

1435


) How do u handle errors in BMS macro?

2018


In which area will you utilize 88 level items in cobol?

1212


How do you reference the following file formats from cobol programs?

1207


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

4801


What is the LINKAGE SECTION used in COBOL?

1608


What the difference is between continue and next sentence?

1225


Discuss about changing dataset name in proc.

1296


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

1149


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

3019


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

1312


How do get the result of your program directly on your pc?

2400


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

3321