It is not SEND that uppercases it, SUBCOM CMS is, what is addressed by PIPE's CMS stage, ADDRESS CMS in REXX, XEDIT's command line, ... In the exec below, the DIAG function is used and address COMMAND/CMS makes no difference there. If SEND were to uppercase, the bypass using REXX DIAG(8,'SEND xxx' ) or PIPE CP SEND xxx wouldn't work.
2008/2/15, Stracka, James (GTI) <[EMAIL PROTECTED]>: > > SEND upper cases it. I use this SENDLNX EXEC: > > > /* REXX */ > > address "COMMAND" > > parse arg linuxid cmd > > upper linuxid > > cpcmd = 'SEND' linuxid cmd > > say cpcmd > > cprc = substr(Diagrc(8,cpcmd),1,9) > > say cprc > > exit cprc > -- Kris Buelens, IBM Belgium, VM customer support
