JES3 : is Global /local information available in CVT.

2005-11-22 Thread Pierre Bodart
Hi all,
Does somebody know if the status of Global or Local is available in the CVT
in JESCT or another control block ?
Thanks in advance,

Pierre
Caterpillar Belgium.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: JES3 : is Global /local information available in CVT.

2005-11-22 Thread Pierre Bodart
Hi Ed,

Thanks for the info.
Regards,
Pierre


On 11/22/05, Edward E. Jaffe <[EMAIL PROTECTED]> wrote:
>
> Pierre Bodart wrote:
>
> >Hi all,
> >Does somebody know if the status of Global or Local is available in the
> CVT
> >in JESCT or another control block ?
> >Thanks in advance,
> >
> >
>
> This information is recorded in the SSVT for the JES3 subsystem:
>
> SVTGLOBL EQU   X'40'   SYSTEM IS IN GLOBAL MODE
>
> --
> .-.
> | Edward E. Jaffe||
> | Mgr, Research & Development| [EMAIL PROTECTED]|
> | Phoenix Software International | Tel: (310) 338-0400 x318   |
> | 5200 W Century Blvd, Suite 800 | Fax: (310) 338-0801|
> | Los Angeles, CA 90045  | http://www.phoenixsoftware.com |
> '-'
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IRX0157E

2006-05-16 Thread Pierre Bodart

Radoslaw,
Had same problem here.
In z/OS 1.7 you need a new FMID for Rexx Alternate which is no
more delivered with z/OS 1.7
New libraries is (SMPE) REXXALT.V140.SEAGALT.
I'll sent you the FMID tomorrow.

Or as workaround, you continue to use REXX.V1R3M0.SEAGALT  (or something
like that) from your current Resident( Use tso ISRDDN , link, mem
EAGRTXTR to find out where this module resides now).
HTH,
Pierre

On 5/16/06, R.S. <[EMAIL PROTECTED]> wrote:


I've installed z/OS V1R7. IPLed. When leaving ISPF or logoff I'm getting
the following message:
IRX0157E Routine EAGRTXTR of the run time processor EAGRTPRC was not
found.

I did RTFM:

IRX0157E Routine routine_name of the run-time processor processor_name
was not found.

Explanation: During processing of a compiled REXX exec or compiled REXX
program, the compiler programming table (IRXCMPTB) identified the
routine routine_name as being required. However, the routine could not
be located. See the appropriate REXX compiler documentation for the
compiler runtime processor processor_name to determine the appropriate
action.

System Action: Exec processing terminates.

User Response: Contact your system programmer for assistance.

System Programmer Response: Determine why the compiler interface routine
routine_name was not available.

Audience: REXX user

Detected by: IRXCLOAD



Unfortunately I still have no idea what's bad. I don't have REXX
compiler. I have never found such message before.

Any clue ?

--
Radoslaw Skorupka
Lodz, Poland

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: IRX0157E

2006-05-16 Thread Pierre Bodart

Radoslaw,
FMID is HWJ9143 and can be order on ShopZseries.
Pierre


On 5/16/06, R.S. <[EMAIL PROTECTED]> wrote:


I've installed z/OS V1R7. IPLed. When leaving ISPF or logoff I'm getting
the following message:
IRX0157E Routine EAGRTXTR of the run time processor EAGRTPRC was not
found.

I did RTFM:

IRX0157E Routine routine_name of the run-time processor processor_name
was not found.

Explanation: During processing of a compiled REXX exec or compiled REXX
program, the compiler programming table (IRXCMPTB) identified the
routine routine_name as being required. However, the routine could not
be located. See the appropriate REXX compiler documentation for the
compiler runtime processor processor_name to determine the appropriate
action.

System Action: Exec processing terminates.

User Response: Contact your system programmer for assistance.

System Programmer Response: Determine why the compiler interface routine
routine_name was not available.

Audience: REXX user

Detected by: IRXCLOAD



Unfortunately I still have no idea what's bad. I don't have REXX
compiler. I have never found such message before.

Any clue ?

--
Radoslaw Skorupka
Lodz, Poland

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: REXX & Console Commands

2006-08-17 Thread Pierre Bodart

Terry,
Here is the rexx code which works fine here for 'D TS,L' or 'D R,,,MSG=DFS9'

Get_SA  :

address TSO   'CONSPROF SOLDISPLAY(NO)'
address TSO   'CONSOLE  ACTIVATE'

/* address CONSOLE 'D TS,L' */
address CONSOLE 'D R,,,MSG=DFS9'

/* RETRIEVE OUTPUT COMMAND */
do forever
fc = getmsg('line.','sol',,,10)
if fc = 0 then leave
end
address TSO   'CONSOLE  DEACTIVATE'

/* Search for &SA. */
do i=1 to line.0

  say line.i
end


return

HTH,
Pierre
Caterpillar Belgium

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: BCPii and ACF2

2010-10-05 Thread Pierre Bodart
Fred,

Here is a sample of what is running over here
Environment z/OS 1.11 , JES3 and ACF2 R14.

$KEY(HWI) TYPE(FAC)
$USERDATA(IBMGDPS)
 APPLNAME.HWISERV UID(CAN0*PSTXCFAS) SERVICE(READ) ALLOW
 APPLNAME.HWISERV UID(*) ALLOW
 TARGET.IBM390PS.P00C5B42.- UID(*) ALLOW
 TARGET.IBM390PS.P00C5892.- UID(*) ALLOW

And see Ross's comments about $USERDATA.

HTH,

Pierre

On Fri, Oct 1, 2010 at 7:40 PM, Freddy Guevara
wrote:

> Hello,
>
> Has anyone set up BCPii with ACF2? ... if so, could we get a copy of the
> commands to give to the security administrator?
>
> We assigned the BCPii community name (defined in the HMC) to our CEC name
> (SNA address of the processor).
>
> Thought we had it right but still getting HWI014I when BCPii tries to start
> up.
>
> Messages as follows:
>
> HWI016I THE BCPII COMMUNICATION RECOVERY ENVIRONMENT IS
> NOW ESTABLISHED.
>
> HWI007I BCPII IS ATTEMPTING COMMUNICATION WITH THE LOCAL CENTRAL
> PROCESSOR COMPLEX (CPC).
>
> HWI014I THE SNMP COMMUNITY NAME FOR BCPII IN THE SECURITY 155
> PRODUCT FOR THE LOCAL CPC IS EITHER NOT DEFINED OR IS INCORRECT.
>
> 
>
>
> Thanks in advance.
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: ACF2 and Passwords

2005-08-19 Thread Pierre Bodart
Keith,
First question : YES since ACF2 6.5
Second question :  I don't know. Just check on CA web site if there is
an announcement with ACF2 R8
HTH,

Pierre
Caterpillar Belgium

On 8/19/05, Keith E. Moe <[EMAIL PROTECTED]> wrote:
> The last time I worked with ACF2 (several years ago), it did not support the 
> use of the National Characters (@,#,$) in password.
> 
> First question: Has this changed, and if so, in what release?
> 
> Second question:  Has CA announced ACF2 support comparable to RACF's support 
> for mixed case passwords in 1.7?  If so, in what release?
> 
> 
> Keith E. Moe
> Laid Back Software, Inc.
> http://www.laidbacksoftware.com
> [EMAIL PROTECTED]
> (408) 749-0655 (voice and FAX)
> (408) 480-2067 (cell)
> 
> "We take our clients seriously, not ourselves."
> 
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html