× 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.



Let's look at this.

I want to know when my file ERPLXF/IIM has been saved.
WRKOBJBRM OBJ(ERPLXF/IIM) OBJTYPE(*FILE)

Save Save
Object Library Type Date Time Volume
IIM ERPLXF *FILE 6/08/16 22:44:52 K00072
IIM ERPLXF *FILE 6/09/16 9:48:11 K00075
IIM ERPLXF *FILE 9/14/16 20:46:39 K00339
IIM ERPLXF *FILE 12/08/16 9:55:54 K00133
IIM ERPLXF *FILE 2/13/17 17:35:01 K00104
IIM ERPLXF *FILE 2/20/17 17:35:05 K00227
IIM ERPLXF *FILE 2/27/17 17:34:45 K00215
IIM ERPLXF *FILE 3/06/17 17:34:35 K00192
IIM ERPLXF *FILE 3/09/17 8:46:08 K00018
IIM ERPLXF *FILE 3/09/17 17:36:37 K00117
...

So I have a list of dates/times and volume id's that this item is on.

There are options on this screen to see the location of that volume. Is
it onsite, still in the library, at Iron Mountain, ...?
6=Work with media

Would I like to restore this object now?
7=Restore object

Oh, suppose you use a HA system and do your backups on the other system.
If you've installed the network option you can do this
WRKOBJBRM OBJ(ERPLXF/IIM) OBJTYPE(*FILE) FROMSYS(MyHaSys)

And, you can run a report which will tell you, step-by-step, how to
restore your entire system
STRRCYBRM OPTION(*SYSTEM) ACTION(*REPORT)
We use print transformation services, 5770TS1 (a freebie), to generate a
pdf file and store that on three geographically dispersed servers.
I have done unload/reload's to new servers following these reports.
They're golden.

DSPLOGBRM TYPE(*BKU) PERIOD((1600 033017)) SEV(20)
...
3/30/17 18:20:55 3584 objects saved from MKSIM. 1 not saved.
...
3/30/17 18:23:30 Cannot use *DTAQ SSCOM30005 in MKSIM.
...
There's more chaff in there than I'd like.

But there's an alternative

WRKOBJBRM OBJ(*ALL/*ALL) OBJTYPE(*ALL) SLTDATE(033017) SAVSTS(*ERROR)

Save Save Message
Object Library Type Date Time Volume ID
SSCOM30005 MKSIM *DTAQ 3/30/17 18:12:42 K00045 CPF3761
Q01708800A QMGTC2 *MGTCOL 3/30/17 18:16:31 K00032 CPF3761
QGLDLOCK QUSRDIRDB *USRSPC 3/30/17 18:18:33 K00032 CPF3761

It's really the only way to fly...

Rob Berendt

As an Amazon Associate we earn from qualifying purchases.

This thread ...

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.