COBOL Interview Questions
Questions Answers Views Company eMail

ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????

TCS,

6 12101

can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.

IBM,

10 9728

How do pass the values to the parameters in cobol

2 5007

SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.

Wipro,

2 5969

) How do you access the migrate the data from production region to development region

IBM,

1 3827

Where the Plan is located in CICS-DB2

IBM,

2 5308

How do you get the data to code the BMS macro?

IBM,

1466

what are the working storage fields in BMS macro?

IBM,

2 2656

what is the difference between PA & PF keys?

IBM,

1 4412

Whats the difference between search & search ALL?

IBM,

3 5226

If I want to increase the Limit in GDG. What should I do?

IBM,

1 5438

how do u list the abended jobs?

IBM,

1 3682

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

IBM,

1513

What is ASKTIME, SUSPEND

IBM,

1 4231

) what is the difference between AID and HANDLE AID?

IBM,

1621


Post New COBOL Questions

Un-Answered Questions { COBOL }

Write the code to count the sum of n natural numbers.

695


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17009


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

641


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

721


What is rmode(24)

670






Difference between cobol and cobol-ii?

693


How do you get the data to code the BMS macro?

1466


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1912


What is cobol?

730


Have you used comp and comp-3 in your project? And how?

2001


What are all the divisions of a COBOL program?

654


how to refer the data field?

1791


What guidelines should be followed to write a structured cobol prgm?

653


What is Pic 9v99 Indicates in COBOL?

708


Which division and paragraphs are mandatory for a COBOL program?

701