Show Step Summary The SHOW STEP command returns a result set containing metadata for the specified step. Syntax show step <step_name> [labels]; Parameters Parameter Description <step...
Step
Invoke Step
Invoke Step Summary The INVOKE STEP command executes a step object on the Connect server. Syntax invoke [synchronous] step <step_name>; Parameters Parameter Description [synchronous] When speci...
Drop Step
Drop Step Summary The DROP STEP command removes the specified step domain object from the Connect instance. Syntax drop step [if exists] <step_name>; Parameters Parameter Description [if exist...
Create Step
Create Step Summary Use the CREATE STEP command to create a new step object within your Connect environment. Steps are objects stored within your Connect instance and can contain one […]
Alter Step
Alter Step Summary The ALTER STEP command modifies the attributes of an existing step object. Syntax alter step [if exists] <step_name> as (<command>); alter step [if exists] <step_name...