This is supposed to read z/OS variable length records. I have some questions:
1) Does it work with VBS (Spanned) records? I want to read SMF data. Most of the time we convert our SMF from VBS to VB, so this is not a biggie. 2) Are the first four bytes of the byte[] array the LLBB field? This is important. I used the JZOS RecordClassGenerator to create the .java source to read the SMF data. The resulting classes map the LLBB field at the beginning of the buffer. If the read method does not return the LLBB at the start, then I guess that I need to use the form: RDWInputRecordStreamVar.read(buffer,4) and just ignore the first 4 bytes of the buffer. Thanks, -- John McKown Maranatha! <>< ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

