COBOL Interview Questions
Questions Answers Views Company eMail

what are the error codes in cobol, db2, cics, vsam , and jcl

TetraSoft,

2 6757

what is the default print format? in cobol

HSBC,

3 9738

how to crack cts interview apps? NOVEMBER 21 2010

CTS,

2 6846

Syntax for JCLLIB & JOBLIB???

1 12161

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

1775

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 5572

how we rectify soc7 and soc4 errors in project?

Anaxis, TCS,

1 5168

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

IBM,

3 6624

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

IBM,

4 8243

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

HCL,

5 9869

can we redefine 77 level item is it possible

HCL,

4 9674

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 8432

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

HCL,

5 8454

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 7024

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 10183


Post New COBOL Questions

Un-Answered Questions { COBOL }

What is the usage of comp fields in cobol?

643


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

717


Explain how you can characterize tables in cobol?

629


What are the different types of condition in cobol and write their forms.

643


What is cobol?

728






What are various search techniques in cobol? Explain.

631


What is the difference between Global and External Variables?

652


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

637


What are the different data types in cobol?

774


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1571


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

399


How can you get the ksds file records into your cobol program?

632


Write a cobol program making use of the redefine clause.

717


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

664


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 ?

1860