![]() Chapter Contents |
![]() Previous |
![]() Next |
| The CIMPORT Procedure |
| PROC CIMPORT destination=libref | <libref.> member-name<option(s)>; |
| To do this | Use this option | ||
|---|---|---|---|
| Identify the input transport file | |||
| Specify a previously defined fileref or the filename of the transport file to read | INFILE= | ||
| Read the input transport file from a tape | TAPE | ||
| Select files to import | |||
| Exclude specified entry types from the import process | EET= | ||
| Specify entry types to import | ET= | ||
| Control the contents of the transport file | |||
| Specify whether to extend by 1 byte the length of short numerics (less than 8 bytes) when you import them | EXTENDSN= | ||
| Specify that only data sets, only catalogs, or both, be moved when a library is imported | MEMTYPE= | ||
| Enable access to a locked catalog | FORCE | ||
| Create a new catalog for the imported transport file, and delete any existing catalog with the same name | NEW | ||
| Import SAS/AF PROGRAM and SCL entries without edit capability | NOEDIT | ||
| Suppress the importing of source code for SAS/AF entries that contain compiled SCL code | NOSRC | ||
| Required Arguments |
| CATALOG | CAT | C | |
| DATA | DS | D | |
| LIBRARY | LIB | L |
| Options |
| Interaction: | You cannot specify both the EET= option and the ET= option in the same PROC CIMPORT step. |
| Interaction: | You cannot specify both the EET= option and the ET= option in the same PROC CIMPORT step. |
| Default: | YES |
| Restriction: | This option applies only to data sets. |
| Tip: | Do not store fractions as short numerics. |
![[cautionend]](../common/images/cautend.gif)
| Alias: | FILE= |
| Featured in: | Importing an Entire Data Library . |
You obtain the same results if you create a new catalog to contain SCL code by using the MERGE statement with the NOEDIT option in the BUILD procedure of SAS/AF Software.
Note: The NOEDIT option affects only SAS/AF PROGRAM
and SCL entries. It does not affect FSEDIT SCREEN and FSVIEW FORMULA entries. ![[cautionend]](../common/images/cautend.gif)
| Alias: | NEDIT |
You obtain the same results if you create a new catalog to contain SCL code by using the MERGE statement with the NOSOURCE option in the BUILD procedure of SAS/AF Software.
| Alias: | NSRC |
| Interaction: | PROC CIMPORT ignores the NOSRC option if you use it with an entry type other than FRAME, PROGRAM, or SCL. |
| Default: | PROC CIMPORT reads from disk. |
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.