I am trying to run a IMS Batch program but also accessing the XDB(DB2) tables. I get the SQLCODE=-1100, error when the program reaches EXEC SQL statement. As per documentation this translates to X100 error which means
"
"
The XDB server is up and seems to be working fine when I use the GUI version. How do I check if the ESDEMO (MF Server is listening/servicing at appropriate port using correct protocol)?
JCL is
//TEST JOB CLASS=A
//S01 EXEC PGM=DFSRRC00,REGION=4M,
// PARM='BMP,TEST,TEST,,,,,,,,,CDLI,,N,N'
//REPORT1 DD SYSOUT=*
//BTSLST DD SYSOUT=*
//IMSERR DD SYSOUT=*
//IEFRDER DD DUMMY
//PRINTDD DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//*
Appreciate any advise.
#EnterpriseDeveloper



