I've been experiencing some space utilization issues in View and have had to "ADDDS" more database extents. I was thinking that we might have some very large reports residing on the DISK layer of the database, that have also been backed up to TAPE. My thought is that since the data can be recalled from the TAPE occurrence of these large sysouts, I would free up some space by deleting just the DISK occurrence of these large sysouts, using the online View DD command.
When viewing reports on the View Sysout Selection list screen, is there a command I can issue or a filter that I can use that will only show me LARGE sysouts?
View, z/OS, space, database, full, warning, howto, how, to, online, command, filter, large, reports, sysouts, only, show, display, selection, list, screen
View functionality query
After collected reports are backed up to tape, you can use the DD command to DELETE large reports from the DISK layer of the database.
Large reports can be identified by FILTERING the Sysout Selection List based on the number of LINES for the report. For example:
- Access the sysout selection list screen and PF11/scroll to the right until you see the LINES column.
- Enter 10000+ in the LINES filter area of the screen.
- Only sysouts who's lines meet or exceed 10,000 lines will be displayed:
CA View ALL --------------- Sysout Selection List -----------------------------
Command ===> Scroll ===> CSR
Sel Sysout ID Arch Date Time Loc Lines Pages
==> * * * * 10000+ *
UNDEF 03/27/2024 11:42 DISK 104677 1
UNDEF 03/27/2024 11:42 DISK 104677 1
UNDEF 03/27/2024 11:42 DISK 104677 1
UNDEF 03/27/2024 11:40 DISK 104677 1
UNDEF 09/27/2023 09:39 PERM 106648 2437
UNDEF 09/20/2023 15:20 PERM 104677 1
UNDEF 09/20/2023 10:56 PERM 106658 2438
******************************* Bottom of Data ********************************
- Perform the DD function against the reports that have already been backed up to TAPE, but still remain on the DISK layer.
- If someone needs to see this data, it can be recalled from TAPE.
The following additional information is from the HELP screens in View...
1. Delete command available on the Sysout Selection List screen:
DD - Deletes space allocated to disk or secondary disk for a SYSOUT if the SYSOUT also resides on tape. The SYSOUT on tape will NOT be deleted.
2. FILTER the LINES column on the Sysout Selection List screen:
For numeric fields, six special filtering characters are provided in
addition to a number specification. The special filtering characters are:
* - indicates all numeric values.
+ - suffixes a number to indicate all values greater
than or equal to the number.
- - suffixes a number to indicate all values less than
or equal to the number.
: - separates two numbers to indicate a range of numbers.
K - specifies the number in thousands (1,000 times the number).
M - specifies the number in millions (1,000,000 times the number).
Examples for filtering a numeric field:
* - all values.
500 - only values equal to 500.
1000+ - values greater than or equal to 1000.
1M+ - values greater than or equal to 1,000,000.
3000- - values less than or equal to 3,000.
15K- - values less than or equal to 15,000.
20K:50K - values between 20,000 and 50,000.