Page 1 of 1

CA Jobflow Illustrator

PostPosted: Thu Jun 28, 2012 6:27 am
by sentosa
Dear Sir/Madam,

My company used IBM Mainframe with z/os, CA7 r11.
Try to use the Jobflow Illustrator using the program CAL2FSIM but got message "CAL2F373E Object table contains no jobs or data sets".

I have checked the CA message for below reasons but not satisfy for my suitation.
May i know who may help me?

Reason:
Program CAL2FCCH encountered an empty table. One of the following reasons applies:
No scheduled jobs met all the specified PARMDEF criteria.
All jobs were deleted from the workflow.
The user did not have authority to issue a CA Workload Automation SE FJOB command,
which Jobflow Illustrator issues internally.
Jobflow Illustrator stops processing and sets return code 8.

Thanks & Regards,
Sentosa

Re: CA Jobflow Illustrator

PostPosted: Thu Jun 28, 2012 12:03 pm
by NicC
Yes, well. The message tells you what could be wrong . Have you checked out all the possible problems? If you have the authority and there are jobs that match your criteria then your code is probably wrong but no one can help you with that as you have not posted it. If you do post it please ensure that you use the code tags - they preserve alignment nd display the data on a black background. If you use the full editor for your reply then you will see the code tag button. Make sure you preview before submitting and go back to edit if it is wrong.

Re: CA Jobflow Illustrator

PostPosted: Thu Jun 28, 2012 12:39 pm
by sentosa
Hi Nic,
Thanks for your replied.
Actually, i have checked all possible problem from the message's reason.
Below please find the JCL for your reference.

//TTTOMMYP JOB (ACNT-DATA),'CA-7.INSTALL',REGION=4M,MSGLEVEL=(1,1),
// CLASS=P,MSGCLASS=X
//*---------------------------------------------------------*
//JS010 EXEC PGM=CAL2FSIM,PARM='MAXJOBS=1000'
//STEPLIB DD DSN=SYS3.CAI.CA7.R11V3.CAL2LOAD,DISP=SHR
//DBPARMS DD DISP=SHR,
// DSN=SYS2.CA7.JCLLIB(DBPARMS)
//SAVE DD DSN=TTTOMMY.DSN.CKPTOUT,DISP=(,CATLG),
// SPACE=(CYL,(1,1)),UNIT=SYSDA,
// DCB=(RECFM=VB,LRECL=724,BLKSIZE=0)
//FLOWCSV DD DSN=TTTOMMY.DSN.CSV,DISP=(,CATLG),
// SPACE=(TRK,(1,1)),UNIT=SYSALLDA,
// DCB=(RECFM=VB,LRECL=1000,BLKSIZE=0)
//FLOWPRT DD SYSOUT=*
//SYSMSGS DD SYSOUT=*
//SYSUSNAP DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//INITDEF DD *
TYPE=COLD
LOGON=TTTOMMY
CA7PASS=XXX123
SIZE=SMALL
NODE=*AUTO*
/*
//PARMDEF DD *
FROM=(062502,0001)
TO=(062702,2359)
SYS=*
JOB=*
/*
//SYSIN DD *
FLOWCHART TYPE=CSV
//

Thanks & Regards,
Sentosa

Re: CA Jobflow Illustrator

PostPosted: Thu Jun 28, 2012 4:07 pm
by sentosa
sentosa wrote:Hi Nic,
Thanks for your replied.
Actually, i have checked all possible problem from the message's reason.
Below please find the JCL for your reference.

//TTTOMMYP JOB (ACNT-DATA),'CA-7.INSTALL',REGION=4M,MSGLEVEL=(1,1),
// CLASS=P,MSGCLASS=X
//*---------------------------------------------------------*
//JS010 EXEC PGM=CAL2FSIM,PARM='MAXJOBS=1000'
//STEPLIB DD DSN=SYS3.CAI.CA7.R11V3.CAL2LOAD,DISP=SHR
//DBPARMS DD DISP=SHR,
// DSN=SYS2.CA7.JCLLIB(DBPARMS)
//SAVE DD DSN=TTTOMMY.DSN.CKPTOUT,DISP=(,CATLG),
// SPACE=(CYL,(1,1)),UNIT=SYSDA,
// DCB=(RECFM=VB,LRECL=724,BLKSIZE=0)
//FLOWCSV DD DSN=TTTOMMY.DSN.CSV,DISP=(,CATLG),
// SPACE=(TRK,(1,1)),UNIT=SYSALLDA,
// DCB=(RECFM=VB,LRECL=1000,BLKSIZE=0)
//FLOWPRT DD SYSOUT=*
//SYSMSGS DD SYSOUT=*
//SYSUSNAP DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//INITDEF DD *
TYPE=COLD
LOGON=TTTOMMY
CA7PASS=XXX123
SIZE=SMALL
NODE=*AUTO*
/*
//PARMDEF DD *
FROM=(062502,0001)
TO=(062702,2359)
SYS=*
JOB=*
/*
//SYSIN DD *
FLOWCHART TYPE=CSV
//

***********************************
Joblog messages:
CAL2F100I CAL2FSIM Jobflow Illustrator has started processing
CAL2F170I TYPE=COLD
CAL2F170I LOGON=TTTOMMY
CAL2F170I CA7PASS=******
CAL2F170I SIZE=SMALL
CAL2F170I NODE=*AUTO*
CAL2F10BI Table building started
CAL2F170I FROM=(062502,0001)
CAL2F170I TO=(062702,2359)
CAL2F170I SYS=*
CAL2F170I JOB=*
CAL2F373E Object table contains no jobs or data sets
CAL2F10TI Termination started
CAL2F103I CAL2FSIM Jobflow Illustrator has completed processing


Thanks & Regards,
Sentosa