how do you reference the variable block file formats from cobol programs


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

Post New Answer

More COBOL Interview Questions

When can the USING phrase be included in the call statement ?

2 Answers  


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?

5 Answers   RBS,


If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?

2 Answers  


I want ALL ERROR codes in VSAM

3 Answers   American Express, TCS,


What is COMP SYNC?

3 Answers  


how to display the dataset information?

2 Answers  


What is the difference between subscript and index?

1 Answers  


Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?

3 Answers   Microsoft,


Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.

3 Answers  


what happens if parmparameter passes zero bytes to the program

0 Answers   HSBC,


What is binary search?

3 Answers  


Categories