Hi,
String query = "select job.JobDefinition from Job where job.JodId = '4990941' ";
jcs,outprint("query is"+query);
jcssession.executeQuery(query,null,long object);
I could get the query printed.
but I am getting the error in the nextline.
please find the attached error log.