Some dashboards are missing data in SAP ASE (Sybase) agents
Messages similar to the following appear in the database agent log
Execution time data is available for Sybase version ASE 15.7 SP100 (May 2013 )and above.
Sybase 15.x releases are listed externally here.
There are two ways to know the about Sybase version,
1) Using this System procedure to get the information about Sybase version
> sp_version
> go
2) Using this command to get Sybase version
> select @@version
> go