B4AE.WEB.SCRI.PRINT-ERT-AT-RUNTIME
Details
Property | Value |
---|---|
Type | SCRI |
Subtype | - |
Folder | PACKAGES/BEST4AUTOMIC/B4AE.WEB/SOURCE/PRINT_ERT |
Active | true |
Title | Print the ERT value |
Archive Key 1 | - |
Archive Key 2 | - |
Created | Marcel Bremm am: 2024-06-27 09:37:32 |
Last Modified | Marcel Bremm am: 2024-06-27 09:41:02 3 x |
Last Used | - |
Custom Attributes
No custom attributes defined.
Process
:SET &ERT# = GET_VAR("B4AE.WEB.VARA@SQLI.GET-JOB-ERT","", 3)
:PRINT "Estimated ERT: &ERT# sec"
:SET &ERT# = FORMAT(&ERT#, "00")
:SET &CURR_TIME# = SYS_TIME("HH:MM:SS","TZ.CET")
:SET &END_TIME# = ADD_TIME("HH:MM:SS;&CURR_TIME#", "SS;&ERT#", "HH:MM:SS")
:PRINT "Estimated end time: &END_TIME#"
:pub &ERT#,,WORKFLOW
:pub &END_TIME#,,WORKFLOW
Runtime
- ERT Method
- DYNAMIC_AVERAGE
- Current ERT
- 00 : 01 : 01 No. of past runs : 0 +ERT Correction % : 0
Sync
No sync definitions.
Variables
No variables defined.
Prompt Sets
No promptsets defined.
Automatic Deactivation
- Deactivate on Finish
- ALWAYS
- Deactivate After
- 0
Runtime Parameters
- AE Priority
- 0
- Timezone
- -
- Generate at runtime
- true
- Max. Parallel Tasks
- 0
Usage
Parent | Type | Package | Folder |
---|---|---|---|
B4AE.WEB.JOBP.PRINT-ERT | JOBP | B4AE.WEB | PACKAGES/BEST4AUTOMIC/B4AE.WEB/SERVICES |