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


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.

2 Answers   L&T,


what is internal sort and external sort ? which is preferable ?

2 Answers   TCS,


what is the coding difference between COBOL and CICS.

8 Answers   Cap Gemini,


what is the difference between start and startbr?

2 Answers  


Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.

3 Answers   iGate,






BY seeing a program how can we say that it is static call or dynamic call

5 Answers   CGI,


What is the difference between COMP & COMP-3 ?

2 Answers  


how to access vsam files in cobol and how to differentiate that this is ESDS file

1 Answers   EDS,


A table has two indexes defined. Which one will be used by the SEARCH?

0 Answers  


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)

1 Answers   Cap Gemini,


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


How to resolve the soc4 and soc7 errors?

5 Answers   IBM, RBS,


Categories