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



Thanks.  I'm going to have fun to see which one works.    I do want to be able 
to do a call XDXA from my pc at home, let it do it's thing, and then have it 
back up in the morning with the results waiting for me.  It might not take too 
long, since I did one back in the summer.  But I'm not sure how long it would 
be.

I will try to work with all of them.

MaryLou


From: "Goodbar, Loyd (AFS-Water Valley)" <LGoodbar@afs.bwauto.com>
To: "'midrange-l@midrange.com'" <midrange-l@midrange.com>
Subject: RE: Doing A reclaim Storage
Date: Thu, 3 Jan 2002 11:56:25 -0500
Reply-To: midrange-l@midrange.com

I've used the following in programs that need to run in restricted state

/* end subsystems */
...
/* check if we're in restricted state */
sbscheck:
call pgm(QWCRSSTS) parm(&receiver &receiverl &format &reset &error)
/* Restricted state flag is byte 31 (offset 30): */
/* Values: 0 = not in restricted state           */
/*         1 = restricted state                  */
chgvar var(&rstdflag) value(%sst(&receiver 31 1))
if cond(&rstdflag *eq '0') then(do)
    dlyjob dly(60)
    goto cmdlbl(sbscheck)
enddo
/* in restricted state */
...

Loyd




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.