LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2001, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 30 Mar 2001 12:39:17 -0500
Reply-To:   Vaishali Joshi <vjoshi@QRC.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Vaishali Joshi <vjoshi@QRC.COM>
Subject:   Mainframe question
Content-Type:   multipart/alternative;

Hello,

I have a mainframe question. I have a large dataset on the mainframe that I am trying to create a transport dataset. Here is what my code looks like. //IGHCCPRT JOB (ACC1,473,C,500),JOSHI //* //* COPYTOPC.SAS: CREATE A TRANSPORT DATA SET OF LAST YEARS //* GRANT FILE. //* /*ACCESS ACC1PIZ /*ACCESS ACC1IGH //*DISCOUNT /*NOPURGE //* /*ROUTE XEQ TAPE /*ROUTE XEQ MSS //* /*MESSAGE ######,R;######,R;######,R;######,R;######,R /*MESSAGE ######,R;######,R;######,R //* // JCLLIB ORDER=ZABCRUN.PROCLIB //* // EXEC SAS //* //CGAFPREV DD DSN=ACC1PIZ.CGAF2000,UNIT=TAPE,DISP=SHR, // VOL=(PRIVATE,SER=(######,######,######, // ######,######,######,######,######)) //* //OUT1 DD DSN=ACC1IGH.CGAFPREV.EXP,DISP=(NEW,KEEP), // UNIT=MSS,SPACE=(CYL,(850,850),RLSE) //* //SYSIN DD *

PROC CPORT DATA=CGAFPREV.CGAF FILE=OUT1 ; RUN ;

This is a very large dataset. I don't get any error messages but at the same time my dataset is not created and the log is cut off half way thru. Here is the one message I do get. IEA848I NO DUMP WAS PRODUCED FOR THIS ABEND, DUE TO SYSTEM OR INSTALLATION REQUEST IEF472I IGHCCPRT SAS - COMPLETION CODE - SYSTEM=322 USER=0000 REASON=00000000

Any suggestions on how I can create my transport file? Thank you!

Vaishali


[text/html]


Back to: Top of message | Previous page | Main SAS-L page