Refresh EXEMPT list (GDIEXMPT)
search cancel

Refresh EXEMPT list (GDIEXMPT)

book

Article ID: 141330

calendar_today

Updated On:

Products

MIM Resource Sharing (MIM) MIM Data Sharing (MII) MIM Tape Sharing (MIA) MIM Message Sharing (MIC)

Issue/Introduction

Is there a command to refresh the entries in the EXEMPT list, instead of entering individual EXEMPT commands?

Environment

Release : 12.5
Component : MII GDIF

Resolution

There is no particular command that will specifically refresh the entries in the EXEMPT (GDIEXMPT) list. You would have to utilize individual EXEMPT commands...

F CAMIMGR,EXEMPT LOCAL QNAME=SYSDSN,RNAME=your.dataset

If you have a number of statements to process, you can utilize the MIM READ command. The READ command directs MIM to read the specified member from the MIMPARMS dataset and execute each command in it.

So for example, create a member in your MIMPARMS dataset (eg, ADDEXMPT) that will contain all the EXEMPT commands...

****** ***************************** Top of Data ******************************
000001 EXEMPT LOCAL QNAME=SYSDSN,RNAME=YOUR.DATASET                  
000002 EXEMPT LOCAL QNAME=SYSDSN,RNAME=YOUR.DATASET                 
****** **************************** Bottom of Data ****************************

Once defined, you can process the member as follows:

F CAMIMGR,READ membername

Afterwards you can display the EXEMPT list to verify the commands were executed:

F CAMIMGR,DISPLAY EXEMPT

 

The only other way to introduce this sort of parameter change is to recycle MIM. The LOADLIB REFRESH would be one way to accomplish this