Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

IBM 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)

3 14344

in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......

2 5714

Consider the below example call a-test1. -- -- -- a-test1. if a=b perform a-test through a-exit next sentence else if b=c perform c-test through c-exit. if a=d perform d-test through d-exit. a-test. -- -- a-exit. exit. can u tell me what will happen if a=b after looping into a-exit will the control go back to a- test1. will the condition a=d be checked???

5 5832

here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

2 6780

how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas

3 47418

I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer

3 8489

write a program to eliminate duplicate records in a input file and send them to output file.

2 5381

if a=b how the flow will complete??? perform test through test-exit. perform activa through activa-exit. test. if a=b then next sentence else move a to c. test-exit. exit. activa. -- -- activa-exit. exit.

1 3752

what is scope terminator

2 4863

how to access the file from prodution from changeman tool and to submit a file to production

1 6660

if a file has 1000 recods how copy the records from 1 to 100 records using sort

4 7068

how the control comes back from subprogram to mainprogram

3 6254

if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible

3 7830

give the examples of strings in cobol

1 4437

diffrence between renames and redifnes with examples

3 25794

Post New IBM COBOL Interview Questions


IBM COBOL Interview Questions


Un-Answered Questions

What are the factors which influence consumers buying behavior? Explain.

5


Draw a graph between frequency of photon and velocity of photo electron?

484


Define Wed Edition in SQL Azure?

80


Can a variable be both const and volatile?

661


How to work with the main workspace area of IDE?

919






What is the use lr_abort function?

732


what is the short cut to recall the last narration saved for the first ledger in the voucher?

612


What are properties in c#. Explain with an example?

466


What is the difference between windows 10 mail and outlook?

1


What are different types of content?

311


What is the difference between public, protected and private?

471


1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END

2342


What is meant by Laravel - Ajax ?

814


How would you call C functions from C++ and vice versa?

626


Explain formnovalidate attribute of html5?

475