COBOL Interview Questions
Questions Answers Views Company eMail

How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)

IBM,

3 14350

can any one help -s806

6 10178

is it possible to declare index in cobol program? if it is not why its tell me pls

3 9350

CAN ANY ONE HELP WHAT IS QTP? why it is nessery AND WEN IT IS USED?

1 3777

what are the diferences b/w sub-script and index?

4 5127

what is the difference b/w level no.01 & level no.77?

HCL,

3 10560

what is meant by binary search?

4 7151

if one main program ,n -subprograms are then which call you follow ?why reasonuhg

UHG,

4 7903

hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.

2 4097

i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."

CSC,

4 8247

Explain Restart Logic in Cobol?

L&T, Syntel,

1 9613

What is the size of s9(19)comp3? explain

8 11144

hw to create 3 dimensional array & hw to access it?

1 5239

plz any one tell clearly the justify right clause?

1 4135

created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

HCL,

2 7255


Post New COBOL Questions

Un-Answered Questions { COBOL }

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

404


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1947


Which is not true about evaluate statement

1560


) How do u handle errors in BMS macro?

1418


How you can read the file from bottom?

652






What rules are followed by the search verb.

629


How do u write test cases?

1630


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

2716


What is the difference between binary search and sequential search?

632


Write a program that uses move corresponding.

664


What is comp-1 and comp-2?

754


how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)

1915


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

1944


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

640


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10542