As noted the mapping support is in a macro that is owned by the component not by the operating system.

OTOH: There is no reason why IFASMFR can not have support for these records by internally calling the needed DSNQWS* macro. By having a dummy macro under the Operating System FMID (and supplying a SUPing copy of the Macro in the Component) the request to expand types 100-102 without DB2 would just issue use the dummy version and not issue an error while expanding the records via IFASMFR when you have DB2 installed.


At 11:13 -0400 on 05/14/2014, Dno wrote about Re: IFASMFR:

Thanks for the feedback, I'll check the DB2 samplib as a starting point.

Sent from my iPhone

 On May 14, 2014, at 11:07 AM, Charles Mills <[email protected]> wrote:

 The 110's I am not sure about.

 To map the DB2 records, use

 //SYSLIB        DD  DISP=SHR,DSN=DB2.DSN910.ADSNMACS (vary according to
 desired version and your site's naming conventions)

 and

         DSNDQWST DSECT=YES,SUBTYPE=ALL    Type 100                  
         DSNDQWAS DSECT=YES,SUBTYPE=ALL    Type 101                  
         DSNDQWSP DSECT=YES,SUBTYPE=ALL    Type 102                  

 Charles

 -----Original Message-----
 From: IBM Mainframe Discussion List [mailto:[email protected]] On
 Behalf Of Dno
 Sent: Wednesday, May 14, 2014 7:09 AM
 To: [email protected]
 Subject: IFASMFR

 Hi,
 Does anyone know why you cannot map 100, 101, 102 or 110 records with this
 macro? I'd like to be able to collect a subset of the DB2 and CICS records,
 possibly by subsystem or region, or even down to a thread or transaction
 because of volume. We are not using log streams yet.
 Thanks
 Dean

 Sent from my iPhone
 ----------------------------------------------------------------------
 For IBM-MAIN subscribe / signoff / archive access instructions, send email
 to [email protected] with the message: INFO IBM-MAIN

 ----------------------------------------------------------------------
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to