how do you reference the variable block file formats from cobol programs
When can the USING phrase be included in the call statement ?
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?
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?
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?
I want ALL ERROR codes in VSAM
3 Answers American Express, TCS,
What is COMP SYNC?
how to display the dataset information?
What is the difference between subscript and index?
Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
what happens if parmparameter passes zero bytes to the program
What is binary search?