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 RECFM statement specifies the record format that PowerExchange uses when dynamically allocating target data sets on z/OS, if you do not provide RECFM information.
z/OS
BS, DISP, LRECL, RELEASE, SPACE, UNIT, and VOLSER
No
RECFM={
F
|FB|FBA|FU|V|VB|VBA|VU}
F
.
Fixed-length records.
FB.
Blocked fixed-length records.
FBA.
Blocked fixed-length records with ANSI control characters.
FU.
Undefined length records.
V.
Variable-length records.
VB.
Blocked variable-length records.
VBA.
Blocked variable-length records with ANSI control characters.
VU.
Undefined length records.
Default is F.
If you specify either FU and VU for the RECFM value, PowerExchange uses RECFM=U in the dynamic allocation request.
If you omit both the LRECL and RECFM statements, PowerExchange uses 32752 for the LRECL value and VB for the RECFM value when allocating data sets.