CA Jobflow Illustrator



Unicenter CA-7 Job Management: CA's workload automation tool for managing, visualizing, automating, optimizing applications

CA Jobflow Illustrator

Postby sentosa » Thu Jun 28, 2012 6:27 am

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
sentosa
 
Posts: 14
Joined: Wed Jun 27, 2012 8:50 pm
Has thanked: 1 time
Been thanked: 0 time

Re: CA Jobflow Illustrator

Postby NicC » Thu Jun 28, 2012 12:03 pm

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.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

These users thanked the author NicC for the post:
sentosa (Thu Jun 28, 2012 12:41 pm)
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: CA Jobflow Illustrator

Postby sentosa » Thu Jun 28, 2012 12:39 pm

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
sentosa
 
Posts: 14
Joined: Wed Jun 27, 2012 8:50 pm
Has thanked: 1 time
Been thanked: 0 time

Re: CA Jobflow Illustrator

Postby sentosa » Thu Jun 28, 2012 4:07 pm

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
sentosa
 
Posts: 14
Joined: Wed Jun 27, 2012 8:50 pm
Has thanked: 1 time
Been thanked: 0 time


Return to CA-7