The DISPLAY/PUNCH TABLE PROCEDURE statement displays or punches a table procedure.
To issue a DISPLAY TABLE PROCEDURE statement, you must have the DISPLAY privilege for the named table procedure.
►►─┬ DISplay ┬TABle PROcedure┬─────────────┬table-proc-name┬──────────────┬───► └ PUNch ──┘ └ schema-name ┘ └FULl┬────────┬┘ └PHYsical┘ ►─┬───────────────────────────────────────────────────────────────┬──────────► └──┬─ WITh ─────────┬──┬─ ALL ──────────┬───┬─ AS COMments ◄──┬─┘ ├─ ALSo WITh ────┤ ├─ NONe ─────────┤ └─ SYNtax ────────┘ ├─ WITHOut ──────┤ ├─ DETails ──────┤ └─ ALSo WITHOut ─┘ ├─ HIStory ──────┤ ├─ TIMestamp ────┤ └─ KEYs ─────────┘ ►─┬────────────────────────┬─────────────────────────────────────────────────►◄ └─ VERb ─┬─ CREATE ◄───┬─┘ ├─ DISplay ───┤ ├─ DROp ──────┤ └─ PUNch ─────┘
Identifies the SQL schema associated with the named table procedure.
If you do not specify schema-name, it defaults to the current schema associated with your SQL session, if the statement is entered through the command facility or executed dynamically.
Specifies the name of the table procedure to display or punch. Table-procedure-name must be the name of a table procedure defined in the dictionary.
Directs CA IDMS to display all attributes of the procedure except physical attributes.
Directs CA IDMS to display all attributes of the procedure including its physical attributes. This includes the procedure's synchronization timestamp.
Lists the requested information, in addition to the information that is always included, such as the entity occurrence name.
Does not list the specified options. Other options in effect through the WITH or ALSO WITH clauses in the current DISPLAY statement are displayed.
Lists the requested information, in addition to the information requested in previously issued DISPLAY WITH and DISPLAY ALSO WITH statements for the named entity.
Does not list the specified options.
Specifies the display of all the information associated with the requested entity occurrence.
Specifies the display of the name of the requested entity occurrence. NONE is meaningful only when the WITH clause is specified.
Specifies the display of entity-specific descriptions; for example, the length of a table.
Specifies the display of the chronological account of an entity's existence, including PREPARED/REVISED BY specifications, date created, and date last updated.
Specifies the display of the synchronization timestamp for the table procedure.
Specifies the display of all keys associated with the requested table procedure.
Outputs table procedure syntax as comments with the characters *+ preceding the text of the statement. AS COMMENTS is the default.
Outputs table procedure syntax which can be edited and resubmitted to the command facility.
Specifies the verb with which the entity statement is to be displayed or punched. For example, if VERB CREATE is specified, the output of the DISPLAY/PUNCH statement is a CREATE statement; if VERB ALTER is specified, the output is an ALTER statement; and so on. The default is VERB CREATE.
|
Copyright © 2014 CA.
All rights reserved.
|
|