Celin.AIS.Ube
Module to manage batch jobs, or Ube’s.
Get-Celin.AIS.Ube
Get Ube’s specification.
- Name
- Ube name.
- Version
- Ube version.
Example
Get specs for R0006P, version TEST001. Store the result in variable $ube
.
$ube = get-celin.ais.ube r0006p test001
Submit-Celin.AIS.Ube
Submit a Ube.
- Name
- Ube name.
- Version
- Ube version.
- DataSelection (Optional)
- Data selection.
- RiValues (Optional)
- Report Interchange values.
- PoValues (Optional)
- Processing Option values.
- FireAndForget (Optional)
- Return after submission, don’t wait for Ube’s completion.
Example
Submit R0006P, version TEST001, with data selection. and don’t wait for completion. Store the result in variable $ube
.
$ube = submit-celin.ais.ube r0006p test001 "MCU = 10" -FireAndForget
Show-Celin.AIS.Ube
Show Ube’s job status.
- JobNumber
- The job number to show.
Example
Check the status on the job number from the previous submission. Display the job status flag.
$ube = show-celin.ais.ube $ube.data.jobnumber
$ube.data.jobstatus