Hi HP,
Thanks for your prompt response.
Am looking to get some data from retrieved JobDefinition instead of directly sending them to report.
I need to validate this Jobdefinitnion before sending this to report ,can I do it here , if so can u suggest how to do it.
instead of using below is there any way to handle the query results
ReportDestination destination = reporter.getCSVReportDestination();
jcsSession.executeQuery(query, null, destination);
Thanks in advance.