Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
listobjects -o <object_type> [-t <object_subtype>] [-f <folder_name>] [-c <column_separator>] [-r <end-of-record_indicator>] [-l <end-of-listing_indicator>] [-b (verbose)] [-y (print database type)] [-s <dbd_separator>]
Option
| Argument
| Description
|
---|---|---|
-o
| object_type
| Required. Type of object to list.
For more information about object types to use with ListObjects, see
Listing Object Types.
|
-t
| object_subtype
| Optional. Type of transformation or task to list. When you enter transformation or task for the object type, you can include this option to return a specific type.
For more information about object types to use with ListObjects, see
Listing Object Types.
|
-f
| folder_name
| Required if you list objects other than folders. Folder to search. Use this option for all object types except deployment group, folder, label, and query.
|
-c
| column_separator
| Optional. Character or set of characters used to separate object metadata columns. Use a character or set of characters that is not used in repository object names. If any repository object name contains spaces, you might want to avoid using a space as a column separator.
If you omit this option,
pmrep uses a single space.
|
-r
| end-of-record_indicator
| Optional. Character or set of characters used to specify the end of the object metadata. Use a character or set of characters that is not used in repository object names.
Default is newline /n.
|
-l
| end_of_listing_indicator
| Optional. Character or set of characters used to specify the end of the object list. Enter a character or set of characters that is not used in repository object names.
If you omit this option,
pmrep uses a period.
|
-b
| -
| Optional. Verbose. Display more than the minimum information about the objects. If you omit this option, you display a shorter format including the object type, the word reusable or non-reusable, the object name and path. Verbose format includes the object status, version number, and checked out information.
The short format for global objects, such as label, query, deployment group, and connection, includes the object type and object name. Verbose format includes the label type, query type, deployment group type, creator name, and creation time.
|
-y
| -
| Optional. Displays the database type of sources and targets.
|
-s
| dbd_separator
| Optional. If an ODBC source has a period (.) in the name, define a different separator character when you define the source object. For example, instead of database_name.source_name, define the source object as database_name\source_name, and define the dbd_separator as backslash (\).
|