![]() Chapter Contents |
![]() Previous |
![]() Next |
| CPORT |
| CMS specifics; | specification of transport file |
| Syntax | |
| Details | |
| See Also |
Syntax |
| PROC CPORT <options>; |
| Details |
libname myfile 'a'; proc cport library=myfile; run;
Here is an example with an assigned filename, which creates the transport file PORT FILE M:
libname myfile 'a'; proc cport library=my file='port file m'; run;
libname myfile 'a'; proc cport library=myfile file='out file'; run;
In the following example, SASCAT is assigned to the second file on tape device 181:
filename sascat tape 'tap1' blksize=8000 label=sl 2; libname myfile 'a'; proc cport lib=myfile; run;See Symbolic Names for CMS Tape Output Devicesfor a list of symbolic names for CMS tape output devices.
libname myfile 'a'; proc cport library=myfile file='tap3' tape; run;
| See Also |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.