/AWS1/CL_M2_JOBSTEPRESTRTMAR00¶
Provides step/procedure step information for a restart batch job operation.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_fromstep
TYPE /AWS1/M2_STRING
/AWS1/M2_STRING
¶
The step name that a batch job was restarted from.
Optional arguments:¶
iv_fromprocstep
TYPE /AWS1/M2_STRING
/AWS1/M2_STRING
¶
The procedure step name that a batch job was restarted from.
iv_tostep
TYPE /AWS1/M2_STRING
/AWS1/M2_STRING
¶
The step name that a batch job was restarted to.
iv_toprocstep
TYPE /AWS1/M2_STRING
/AWS1/M2_STRING
¶
The procedure step name that a batch job was restarted to.
iv_stepcheckpoint
TYPE /AWS1/M2_INTEGER
/AWS1/M2_INTEGER
¶
Skip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.
iv_skip
TYPE /AWS1/M2_BOOLEAN
/AWS1/M2_BOOLEAN
¶
The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.
Queryable Attributes¶
fromStep¶
The step name that a batch job was restarted from.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FROMSTEP() |
Getter for FROMSTEP, with configurable default |
ASK_FROMSTEP() |
Getter for FROMSTEP w/ exceptions if field has no value |
HAS_FROMSTEP() |
Determine if FROMSTEP has a value |
fromProcStep¶
The procedure step name that a batch job was restarted from.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FROMPROCSTEP() |
Getter for FROMPROCSTEP, with configurable default |
ASK_FROMPROCSTEP() |
Getter for FROMPROCSTEP w/ exceptions if field has no value |
HAS_FROMPROCSTEP() |
Determine if FROMPROCSTEP has a value |
toStep¶
The step name that a batch job was restarted to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOSTEP() |
Getter for TOSTEP, with configurable default |
ASK_TOSTEP() |
Getter for TOSTEP w/ exceptions if field has no value |
HAS_TOSTEP() |
Determine if TOSTEP has a value |
toProcStep¶
The procedure step name that a batch job was restarted to.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOPROCSTEP() |
Getter for TOPROCSTEP, with configurable default |
ASK_TOPROCSTEP() |
Getter for TOPROCSTEP w/ exceptions if field has no value |
HAS_TOPROCSTEP() |
Determine if TOPROCSTEP has a value |
stepCheckpoint¶
Skip selected step and issue a restart from immediate successor step for an Amazon Web Services Blu Age application batch job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STEPCHECKPOINT() |
Getter for STEPCHECKPOINT, with configurable default |
ASK_STEPCHECKPOINT() |
Getter for STEPCHECKPOINT w/ exceptions if field has no valu |
HAS_STEPCHECKPOINT() |
Determine if STEPCHECKPOINT has a value |
skip¶
The step-level checkpoint timestamp (creation or last modification) for an Amazon Web Services Blu Age application batch job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_SKIP() |
Getter for SKIP, with configurable default |
ASK_SKIP() |
Getter for SKIP w/ exceptions if field has no value |
HAS_SKIP() |
Determine if SKIP has a value |