Hi,
Can you please help me on how to use "RDW" with FILE-AID batch. I need to display length of each record from a VB file.
Thanks.
Example 1:
$$DD01 LIST RDW=3,IF=(1,EQ,C'A'),MOVE=(1,100,1)
Example 1 lists the first 100 bytes of all records of this variable-length dataset that
contain the character A in the first data byte of the record (not including the 4-byte
system RDW). The RDW is not included during record processing as specified by the
RDW parameter and is not printed since the MOVE parameter is present with the LIST
function.