--- Rick Troth <[EMAIL PROTECTED]> wrote: > I wonder: could you get it to call LE libraries > instead of OS libs?
I don't see why not, but I am not sure how much work would be required. The present code is pretty tied into OS DCBs and QSAM I/O. I had not considered using LE as I know very little about it, and its not available on the "old" VM/370 system that I started on. I was intending to change it to call the FSIO stuff as those routines are available on both old and new platforms, and I understand how they work. However this would reduce functionality as at present the code will read and write any device that you can FILEDEF (Tape/Spool/Console/CMS Dasd/OS DASD/SFS) and FSIO can only read CMS & SFS Dasd. (so I would have to add some code to read and write the console). However I will take a look at LE and see if it could be used. > > -- R; > Dave Dave. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
