When you specify the INCAT= and
OUTCAT= options in the PROC
UPLOAD statement, use the ENTRYTYPE= option in the PROC UPLOAD statement,
the SELECT statement, or the EXCLUDE statement to specify which entry types
to upload. The ENTRYTYPE= option is required only if you use a SELECT or an
EXCLUDE statement. If you omit the entry type and also omit the SELECT and
EXCLUDE statements, all catalog entries are uploaded. You can specify a single
entry type in
You can use the ENTRYTYPE= option in multiple places.
When you do this, the UPLOAD procedure determines the type of each entry as
described below:
-
by the entry type given as part of the entry name,
such as XYZ.FORMAT.
-
by the value of the option in parenthesis immediately
following the entry name, if present.
-
otherwise, by the value of the option after the
slash in the SELECT or the EXCLUDE statement, if present.
-
otherwise, by the value of the option in the PROC
UPLOAD statement, if present.
Note:
If you use the ENTRYTYPE=
option in both the PROC UPLOAD statement and a SELECT or an EXCLUDE statement,
the values must be the same. In most cases, if you are using the ENTRYTYPE=
option in a SELECT or an EXCLUDE statement, you should omit it from the PROC
UPLOAD statement. ![[cautend]](../common/images/cautend.gif)
For releases after Release 6.08, the following message is displayed
if you try to upload an entry that is not compatible with an earlier release:
ERROR: Catalog upload to earlier version not
allowed. Backward compatibility not
supported.
See Example 2. DTS: Transferring Specific Member Types by Using SELECT or EXCLUDE Statements for examples of using the ENTRYTYPE= option.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.