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 error codes in cobol, db2, cics, vsam , and jcl

TetraSoft,

2 8217

what is the default print format? in cobol

HSBC,

3 11472

how to crack cts interview apps? NOVEMBER 21 2010

CTS,

2 8186

Syntax for JCLLIB & JOBLIB???

1 13267

HOw can I get the negative sign while deduct high value from low value

2313

We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)

Cap Gemini,

1 6573

how we rectify soc7 and soc4 errors in project?

Anaxis, TCS,

1 6102

how can we find total no of records in a file ....is there any utility......?

IBM,

3 8121

how will u pass dadta to cobol+db2 program...?

IBM,

4 10079

which is better either static call or dynamic call? and why?

HCL,

5 12466

can we redefine 77 level item is it possible

HCL,

4 11313

what are difference organizations in cobol and access mode in cobol? can you expalin what organization means while declaring for ksds,esds,rrds?

HCL,

1 9402

what is the advantage of using redefines instead of delaring the variables ?

HCL,

5 10838

WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.

Atos Origin,

4 8649

I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.

FIS, Wipro,

4 12241


Post New COBOL Questions

Un-Answered Questions { COBOL }

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.

4213


What is cobol?

1294


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

1303


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

1298


how to move the records from file to array table. give with code example

2735


What are the different rules of SORT operation?

1205


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2501


how to convert the recors form vsam file to db2 table tru file aid

3317


What is rmode(any) ?

1335


INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?

923


What is the difference between next sentence and continue in cobol programing language?

1278


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

1437


Write a program to enter and display the names of students in a class using the occurs clause.

1262


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1632


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17936