Yashshri G wrote:

>I have designed a REXX to invoke SDSF and SET CONSOLE name automatically to a 
>random value as follows, 
>CONNAM="SDSF"RANDOM()      

Why random? Will your RACF guy/gal still be happy?

    
>However, when I access it from split screen (second screen) the same random 
>console value is shared. 

How do you access it? Are the REXX program re-driven so you have TWO REXX progs 
(and SDSF), one in each split screen?

I believe I have seen it somewhere that you cannot use two instances of an 
application, each in its own split screen, simultaneausly. If I remember 
correctly, that was resolved by having everything, dsn names, ddnames, 
variables, etc., to be unique.


>Any help to fix this issue and get the REXX work under ISPF? 

If you still really need a random value, rather base your random value on time 
of day and/or a sort of serial number.

Groete / Greetings
Elardus Engelbrecht

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

Reply via email to