Now, you can save your searches to easily repeat search requests.
Saving a search is as easy as 1-2-3:
1. Perform a search. The Search Results page opens. 2. Optionally, choose filters or update your search term. 3. Click Save Search.
You can access saved searches from a list next to the Search field that appears on every page. Saved searches store the search term and any search filters that you apply.
The PC_AUTH statement controls whether the PowerExchange Listener uses its MVS Program Call (PC) services routine to acquire the authorization to access DBMS load libraries.
z/OS
All
No
PC_AUTH={
N
|Y}
N
.
The PowerExchange Listener runs APF-authorized, and you must include APF-authorized copies of the DBMS load libraries in the STEPLIB DD statement of the PowerExchange Listener.
Y.
The PowerExchange Listener runs APF-authorized, and the PowerExchange Listener uses the PowerExchange-provided Program Call (PC) services routine to acquire the necessary authorization to access the DBMS load libraries.
You must define the DBMS load libraries in the DTLLOAD DD statement instead of in the STEPLIB DD statement. If you use netport jobs to access data, define the load libraries in the DTLLOAD DD statement of the netport JCL.
Specify Y if you do not want to maintain any APF-authorized PowerExchange copies of the DBMS load libraries.
Default is N.
Use the PC_AUTH DBMOVER statement and the DTLLOAD DD statement to access load libraries that are not required to be APF-authorized. For example, use these statements to access CA IDMS/DB load libraries or to access a user-defined program that is invoked by the CallProg function in a data map to process source data in a record.