Hum, I'd use TRANSLATE instead of BITXOR. There might be some digits or other 
non-upper case alphabetic characters in a valid node. Not to mention any 
periods if there are multiple nodes below the given one.

John McKown 

Systems Engineer IV

IT

 

Administrative Services Group

 

HealthMarkets(r)

 

9151 Boulevard 26 * N. Richland Hills * TX 76010

(817) 255-3225 phone * 

[email protected] * www.HealthMarkets.com

 

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[email protected]] On Behalf Of Grinsell, Don
> Sent: Tuesday, November 23, 2010 12:31 PM
> To: [email protected]
> Subject: Re: Filename in lowercase
> 
> If you script your ftp with REXX you can use the following to 
> convert a filename from uppercase to lowercase:
> 
> UPPER = 'FILENAME'             
> LOWER = BITXOR(UPPER,,'40'X)   
> PUT UPPER LOWER                
> 
> That would result in the command:
> 
> PUT FILENAME filename
> 
> You could then loop through all of the members of your pds 
> and send them individually.
> 
> --
>  
> Donald Grinsell
> State of Montana
> 406-444-2983
> [email protected]
> 
> "I am armed, And dangers are to me indifferent."
> -- Shakespeare, Julius Caesar
> 
> ----------------------------------------------------------------------
> 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

Reply via email to