First of all, I know I should use REXX.  But my REXX skills are not
as proficient as my CLIST skills.

I'm reading a file that has lower case characters in the record.
I'm generating SFTP commands for CoZ SFTP merged with JCL.  When
I write using the record which has lowercase, the lowercase characters
have been automatically converted to uppercase.  Is there a way to
prevent this from happening?


GETFILE LOWERCASE
SET &JCL = &STR(//JCL STATEMENTS)
PUTFILE JCL
SET &JCL = &LOWERCASE
PUTFILE JCL

FILE LOWERCASE might contain

this is a lowercase record.

FILE JCL will contain

//PROPER JCL STATEMENTS
. 
.
THIS IS A LOWERCASE RECORD.



_____________________________________________________________
Netscape.  Just the Net You Need.

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

Reply via email to