Re: How to Write SAS Output to MVS external file?

2007-01-18 Thread Carol Srna
Puddicombe [EMAIL PROTECTED] Sent by: IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU 01/17/2007 04:26 PM Please respond to IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU To IBM-MAIN@BAMA.UA.EDU cc Subject Re: How to Write SAS Output to MVS external file? Hi Carol, The answer

How to Write SAS Output to MVS external file?

2007-01-17 Thread Carol Srna
Hello All. How do I write the output of my SAS file to an external file? //S010EXEC SAS //RMMSUM DD DSN=PRMAS.RMM.MASTER,DISP=SHR //MYOUTPUT DD DSN=CAS.SAS.OUTPUT,DISP=SHR //SYSINDD * LIBNAME myoutput;

Re: How to Write SAS Output to MVS external file?

2007-01-17 Thread John Kington
IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU wrote on 01/17/2007 03:01:21 PM: on behalf of Carol Srna [EMAIL PROTECTED] Hello All. How do I write the output of my SAS file to an external file? //S010EXEC SAS //RMMSUM DD DSN=PRMAS.RMM.MASTER,DISP=SHR //MYOUTPUT DD

Re: How to Write SAS Output to MVS external file?

2007-01-17 Thread Horne, Jim - James S
NOTICE: All information in and attached to the e-mail(s) below may be proprietary, confidential, privileged and otherwise protected from improper or erroneous disclosure. If you are not the sender's intended recipient, you are not authorized to intercept, read, print, retain, copy, forward, or

Re: How to Write SAS Output to MVS external file?

2007-01-17 Thread Thomas H Puddicombe
Discussion List IBM-MAIN@BAMA.UA.EDU 01/17/2007 03:01 PM Please respond to IBM Mainframe Discussion List IBM-MAIN@BAMA.UA.EDU To IBM-MAIN@BAMA.UA.EDU cc Subject How to Write SAS Output to MVS external file? Hello All. How do I write the output of my SAS file to an external file? //S010