CA7 Jobflow Illustrator

Post your questions on ENDEVOR, COOLGEN, PANVALET and CA-7 tools

Moderator: Moderator Group

Post Reply
tiger7e
Member
Posts: 1
Joined: Thu Jun 28, 2012 6:18 pm

CA7 Jobflow Illustrator

Post by tiger7e » Thu Jun 28, 2012 6:25 pm

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 all possible problem from the message's reason.

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.

Below please find the JCL & joblog system messages 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

******************************************
May i know how to fix it?

Thanks & Regards,
Tiger7e

NicC
Active Member
Posts: 650
Joined: Sun Jul 24, 2011 5:27 pm
Location: Down on the pig farm

Post by NicC » Thu Jun 28, 2012 10:02 pm

The first parameters in your FROM and TO cards - are they supposed to be dates? and in what format? The 02 - if it is a year looks kinda strange.
Regards
Nic

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others