Previous Topic: Override the Default Processing of GDIFNext Topic: Override Default Processing for a Certain Job


Override Default Processing for a Certain Resource

To change the way GDIF handles requests for a certain resource, specify the RNAME of that resource on the RNAME parameter of a LOCAL or GLOBAL statement. When that RNAME is specified on a request, GDIF overrides the value for the RESOURCE parameter on your DEFAULT statement.

For example, if you specified RESOURCE=GLOBAL on a DEFAULT statement, then you can treat all requests for the SYS1.LINKLIB data set as local requests, no matter what QNAME is used, by placing the following statement in the GDIEXMPT member:

LOCAL RNAME=SYS1.LINKLIB

To override the default processing of GDIF if a certain QNAME is specified on the request, specify that QNAME on the QNAME parameter. For example, you can tell GDIF to treat requests for the SYS1.LINKLIB data set as local requests only if the QNAME SYSDSN is specified by placing the following statement in the GDIEXMPT member:

LOCAL QNAME=SYSDSN RNAME=SYS1.LINKLIB