|
View previous topic :: View next topic
|
| Author |
Message |
janmejay Warnings : 1 New User
Joined: 22 Jun 2007 Posts: 85 Location: bangalore
|
|
|
|
How to check a job calender schedule in CA7.
I am using the below CA7 command , but its showing only triggered by and triggered job names , not showing calender .
LSCHD,JOB=JOBNAME,LIST=CALS
is there any other command |
|
| Back to top |
|
 |
PeterHolland
Global Moderator

Joined: 27 Oct 2009 Posts: 2481 Location: Netherlands, Amstelveen
|
|
|
|
| Look at the DB commands in CA-7 Database Maintenance Guide |
|
| Back to top |
|
 |
Anuj Dhawan
Superior Member

Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Try:
| Code: |
| LJOB,LIST=SCHD,JOB=Job-Name |
|
|
| Back to top |
|
 |
Ken Wong
New User

Joined: 15 Jan 2013 Posts: 5 Location: Hong Kong
|
|
|
|
Make sure you have your jobs properly resolved before checking their Calendar
I have no problem issuing the command you said and it display the calendar of the job nicely. |
|
| Back to top |
|
 |
|
|