Beware . Everytime you use a random console name it will be added to a pool
of console names and the healthchecker will trigger a message when it gets
too big.

It happened to me and i had to delete those random names from the pool.

I do not know if it has a performance impact.

Maybe somebody might shed some light on this.

Roberto
On Oct 4, 2013 10:17 AM, "Yashshri G" <[email protected]> wrote:

> Greetings All,
>
> I have designed a REXX to invoke SDSF and SET CONSOLE name automatically
> to a random value as follows,
>
> /* REXX */
> CONNAM="SDSF"RANDOM()
> ADDRESS ISPEXEC "SELECT PGM(ISFISP) NEWAPPL(ISF) SCRNAME(SDSF)
>                  PARM(SET CONSOLE &CONNAM)"
>
> When I execute this REXX, it works fine and every time it's invoked, I get
> a random console value.
>
> I thought of adding it to ISPF panels with CMD to execute above REXX.  It
> works fine for the first time and I get a random console value. However,
> when I access it from split screen (second screen) the same random console
> value is shared. Looks like the SET CONSOLE command is not executed when
> accessed from ISPF panel.
>
> Any help to fix this issue and get the REXX work under ISPF?
>
> Thanks,
>
> !! Shri !!
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to