> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:ibm-m...@bama.ua.edu] On Behalf Of George Rodriguez
> Sent: Wednesday, June 24, 2009 10:43 AM
> To: IBM-MAIN@bama.ua.edu
> Subject: JCT Not Available
> 
> When I'm in SDSF and I'm viewing only stated tasks (DA OSTC) 
> I sometimes
> enter a S next to the STC and I get the message "JCT NOT AVAILABLE."

The only time that I have gotten this is when the STC is running under the MSTR 
subsystem. Things like LLA, DLF, and JES2 itself.

> What I do know about this error, is that the JOBCARD is 
> missing and one
> can be created in a different PDS (in my old job it was called
> SYS2.NodeID.STCJOBS). What I don't know and can't find in any 
> manual is
> what you update to let the system know the name of the PDS.
> 
> Any help will be greatly appreciated...
> 
> TIA,
> 
> George Rodriguez

The member MSTJCLnn (nn is the suffix) in PARMLIB. Mine looks like:

//MSTJCL00 JOB MSGLEVEL=(1,1),TIME=1440
//         EXEC  PGM=IEEMB860,
//             DPRTY=(15,15)
//STCINRDR DD  SYSOUT=(A,INTRDR)
//TSOINRDR DD  SYSOUT=(A,INTRDR)
//IEFPDSI  DD  DSN=SYS1.&SYSNAME..PROCLIB,
//             DISP=SHR
//         DD  DSN=SYS1.PROCLIB,
//             DISP=SHR
//         DD  DSN=CPAC.PROCLIB,
//             DISP=SHR
//         DD  DSN=SYS1.IBM.PROCLIB,
//             DISP=SHR
//SYSUADS  DD  DSN=SYS1.UADS,
//             DISP=SHR
//SYSLBC   DD  DSN=SYS1.BRODCAST,
//             DISP=SHR
//IEFJOBS  DD  DSN=SYS1.&SYSNAME..STCJOBS,
//             DISP=SHR

==

The IEFJOBS points to the PDS(s) which contain your STARTED JOBS, which have 
JOB cards. There is little difference between a STARTED TASK and a STARTED JOB, 
but the differences are documented somewhere (I forget where).

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * (817)-961-6183 cell
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to