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 DISP statement specifies the status, normal disposition, and abnormal disposition that PowerExchange uses when dynamically allocating target data sets on z/OS, if you do not provide DISP information.
The parameters and options on the DISP statement are equivalent to the options on the DISP parameter of the JCL DD statement.
z/OS
BS, LRECL, RECFM, RELEASE, SPACE, UNIT, and VOLSER
No
DISP=(
status
[,
normal_disp
]
[,
abnormal_disp
]
)
status
Required. Data set status. Enter one of the following options:
M.
MOD.
N.
NEW.
O.
OLD.
S
.
SHR.
Default is S.
normal_disp
Optional. Normal termination disposition for the data set. Enter one of the following options:
C.
CATLG.
D.
DELETE.
K
.
KEEP.
P.
PASS.
Default is K.
abnormal_disp
Optional. Abnormal termination disposition for the data set. Enter one of the following options: