× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Jerry,

To gain some space back.

1) Delete old, large, unneeded *JRNRCV
DSPOBJD OBJ(*ALL/*ALL) OBJTYPE(*JRNRCV) to see the size.

WRKOBJ OBJ(*ALL/*ALL) OBJTYPE(*JRNRCV) to do the delete.

2) Delete large spoolfiles
STRSQL
SELECT OUTQ, SPOOLNAME, size, pages, job_name, created FROM
QSYS2.OUTPUT_QUEUE_ENTRIES ORDER BY SIZE DESC FETCH FIRST 100 ROWS ONLY

3) Clear tmp IFS directory
QSH CMD('clrtmp')

Paul

-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Jerry Draper
Sent: Monday, May 07, 2018 12:05 PM
To: Midrange Systems Technical Discussion
Subject: Re: Deleting PTF *SAVF to clear disk space

This machine is OUT OF DISK SPACE including any work space so we are
wondering if doing the apply *PERM needs lots of work space which we
don't have.

Applying as *PERM is my preference.

This place is completely not monitored so they have no idea about what
is going on system wise.

We are the mop up crew.

Jerry

On 5/7/2018 8:37 AM, Rob Berendt wrote:
Why not apply them as perm? I would have thought you would have found a
bad PTF by now. I guess if your concern is that, since you're running
V4R3 and something untoward happens IBM will just laugh at you that might
be valid. But do a full system save and THEN flag them to apply
permanently and then IPL. Do not flag them until the save or if you have
to scratch reload you'll also restore the flag to apply permanent at IPL.

Rob Berendt



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.