I am working on COBOLIII, on a VSE system. I have a program that just needs to count the records in a file not update the file. There about 6 different fixed length files ranging from 160-475 in length. In other programs here at work they define separate FD'd and open and close the one with the correct file size based on a PARM card.
I have tried coding the FD for variable record lengths and multiple 01's. I get a file open error at run time. Is this a VSE peoblem or is there a way to do this wthout many FD's? What am I ding wrong? Please help
I have tried coding the FD for variable record lengths and multiple 01's. I get a file open error at run time. Is this a VSE peoblem or is there a way to do this wthout many FD's? What am I ding wrong? Please help