COBOL Interview Questions
Questions Answers Views Company eMail

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

TetraSoft,

2 6763

what is the default print format? in cobol

HSBC,

3 9740

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 5574

how we rectify soc7 and soc4 errors in project?

Anaxis, TCS,

1 5169

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

IBM,

3 6627

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

IBM,

4 8250

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

HCL,

5 9875

can we redefine 77 level item is it possible

HCL,

4 9680

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 8434

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

HCL,

5 8458

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 7035

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 }

Which Search verb is equivalent to PERFORM…VARYING?

672


how do you define single dimensional array and multidimensional array in your cobol?

659


What is the difference between perform … with test after and perform … with test before?

859


What are the different rules to perform a Search?

608


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8117






)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1511


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

348


How many sections are there in data division in COBOL?

665


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

694


Write some characteristics of cobol as means of business language.

607


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1601


What are literals?

618


What rules are followed by the search verb.

625


What are the pertinent COBOL commands?

2613


IF I mention stop run in CICS what happens?

1879