acutally, I want to display all sysplex member tape information, but
it didn't work fine. After the command issued, nothing display and the
command time out finally.
CMDRESULT=AXRCMD('RO MOSYSD,D SMS,LIB(ALL),DETAIL','OUTPUTVAR.',100);
C=1
connectid= 'FIRSTLINE';
IF CMDRESULT =0 THEN
DO
MYRESULT=AXRMLWTO(OUTPUTVAR.1,'CONNECTID','C');
DO C = 2 TO OUTPUTVAR.0
LINE = 'SYSu '||left(outputvar.c,80)
MYRESULT=AXRMLWTO(line,'CONNECTID','D');
IF MyResult =0 THEN
EXIT 1;
END;
CALL AXRMLWTO , 'CONNECTID','E';
END ;
On Tue, Dec 30, 2008 at 7:31 AM, Lizette Koehler
<[email protected]> wrote:
> It looks like there is a space between the comma and the D A,L.
>
> Have you tried it without the space? RO LPAR2,D A,L
>
> Lizette
>
>
>>
>
>>
>> hi all,
>> Why the RO command does not work properly? is there any changed after
>> upgrade to z/os 1.9.
>> In our shop there are three members or LPARs connected to sysplex,
>> when I issue the following command under the SDSF from LPAR1, nothing
>> display from LPAR1 console.
>> "RO LPAR2, D A,L"
>>
>
> ----------------------------------------------------------------------
> 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