COBOL Interview Questions
Questions Answers Views Company eMail

Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.

IBM,

2 8532

How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

IBM,

10 23636

What is "Call by content" and "call by reference"?

ADP, Syntel,

4 19898

What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......

BirlaSoft,

3 11282

i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2101

which is better comp or comp-3 in terms of memory utilization?

6 15976

Move Zeroes to I move 5 to j perform para1 varying I from 10 by -2 until I = 0 display j. para1. Add 5 to j. What’ll be the value after execution of display stmt. A) 35 B) 40 C) 30 D) 25 please explain how?

5 8662

WE HAVE 5 DIFFERENT RECORDING MODE IN COBOL.FIXED, FIXEDBLOCK, VARIABLE, VARIABLEBLOCK AND UNDEFINED. WHAT IS THE DIFFERENCE AMONG ALL AND WHICH TYPE OF FORMAT SHOULD BE USED WHEN

Infosys,

3 34325

we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?

1 9994

01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 9925

01 b pic +9(4) How many bytes it will take for storage???

2 8205

how to resolve the file status 47.......

MMM,

1 18759

how to transfer the file from pc to mainframe??

4 7567

how to transfer the file from pc to mainframe??

2 17930

how to transfer the file from pc to mainframe??

TCS,

5 13851


Post New COBOL Questions

Un-Answered Questions { COBOL }

What is the difference between Call and a Link?

695


What are different data types in cobol?

686


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

656


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


What is the difference between PIC 9.99 and PIC9v99?

775






What is an in line perform? When would you use it? Anything else you wish to say about it.

642


How do define dynamic array in cobol.

669


Whats the difference between search & search ALL?

5260


how do you reference the esds vsam file formats from cobol programs

628


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

2760


What is the difference between comp and comp-3 usage?

675


What is the difference between Global and External Variables?

661


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

647


Give some examples of command terminators?

751


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

929