Entering content frame

Procedure documentation Displaying a List of All Scheduler Jobs Locate the document in its SAP Library structure

Use

You use this DBM command to display the list of all the scheduler jobs.

Prerequisites

You have the server authorization SchedulerMgm or Scheduling.

Syntax

scheduler_list_jobs

Example

Logging on to the Database Manager CLI as operator DBM with password DBM, connecting to the HOTELDB database instance, displaying a list of all the scheduler jobs:

dbmcli -u DBM,DBM -d HOTELDB scheduler_list_jobs

OK
id 0
owner:         dbm
status:        active
runs:          at 18:00:00
dbm_command:   db_offline

 

id 1
owner:         dbm
status:        active
runs:          at 19:00:00
dbm_command:   db_online

 

id 2
owner:         dbm
status:        active
runs:          after 1
dbm_command:   db_state

 

Leaving content frame