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



Set desired profile to have a startup program.
CHGUSRPRF USRPRF(USERNAME) INLPGM(qgpl/STARTup)

in the startup program, check a data area or somethiing to determine if logon is allowed
pgm
dcl &logon *char 1
RTVDTAARA DTAARA(QGPL/LOGON (1 1)) RTNVAR(&LOGON)

if (&logon *eq 'N') exec(do)
... whatever you want to tell them
enddo



On 06/01/2013 10:14 AM, John Mathew wrote:
I need to develop a program that should not allow any user to login into live system during some activity.
For this program we need to exclude few profiles that is a exception.
Can some please advise how to develop this.
John


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.