I can't seem to find any doc on how to code this. If someone knows where it is, please point me in the right direction.

I have a DEVTYPE macro
   DEVTYPE DDNAME,WRKDEVT,DEVTAB,RPS

From the returned WRKDEVT area I use the 1st 4 bytes which is the device
type and +12 (decimal) which is the track size information.

The above format of DEVTYPE shows up on the TRACKING report (D O,TR).
How can I code a DEVTYPE macro to return the track size information without it showing on the tracking report?

The following DOES NOT return the "RPS" information:
   DEVTYPE DDNAME,(DVAREA,DVAREAL),INFOLIST=INFOLIST
...
INFOLIST DEVTYPE INFO=(DEVTYPE,DASD,SUFFIX)

Thanks for your help.
Dan D
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to