> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Lindy Mayfield
> Sent: Thursday, July 12, 2007 2:24 AM
> To: [email protected]
> Subject: Moving reports from UNIX to Control-M
> 
> 
> Does anyone have any experience on how to move reports from 
> UNIX to Control-M with the ASA control characters?  
> 
> I did some googling as best I could and found some utilities 
> that went the other way round, from mainframe to UNIX, but 
> nothing from UNIX to ASA...
> 
> Any hints about what to do or where to look would be greatly 
> appreciated.
> 
> Kind regards,
> Lindy Mayfield

If you're UNIX reports have things such as "form feed" characters (^L),
then creating a sequential dataset on the z/OS system with
RECFM=VBA,LRECL=??? and doing a "QUOTE SITE ASA" before doing the PUT
should translate those "printer control" special characters to ASA
control characters. Does it not do this for you?

I did the following to test this.
1) create a report on z/OS with ASA control characters
2) ftp download to my Linux box,
        using the Linux ftp client to z/OS ftp server.
        using QUOTE SITE ASA
3) ftp upload the report back to z/OS

This worked in that the uploaded report had ASA control characters. In
particular, it translated the "1" in column 1 to a ^L (form feed) on
Linux and vice versa on the upload.

I don't know Control-D but guess that you could then print the dataset
involved.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.

----------------------------------------------------------------------
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