SMOP: int len = rdwInputStream.read(recbuf, 4); int rdw = (len+4)<<16; ByteUtil.putInt(rdw, recbuf, 0);
On Thu, Nov 26, 2009 at 5:48 AM, John McKown <[email protected]> wrote: > I finally got around to writing a test program which ujses > RDWInputRecordStream. The data returned does not include the RDW itself. > This is, for me, unfortunate, because the SMF record DSECTs that I'm using > include the RDW. Â Thankfully, there is a read which allows me to read the > data with an offset, so that I can align the read record with the DSECT > offsets. > > -- > John McKown > > ---------------------------------------------------------------------- > 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 > ---------------------------------------------------------------------- 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

