John, That's exactly what I am looking for...Thanks for the quick response...
George Rodriguez :-) Specialist, Systems Programmer Network & Technical Services (561) 357-7652 (office) (561) 707-3496 (mobil) School District of Palm Beach County 3348 Forest Hill Blvd. Room B-332 West Palm Beach, FL. 33406-5869 Florida's Only A-Rated Urban District For Five Consecutive Years -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of McKown, John Sent: Wednesday, June 24, 2009 11:51 AM To: [email protected] Subject: Re: JCT Not Available > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of George Rodriguez > Sent: Wednesday, June 24, 2009 10:43 AM > To: [email protected] > 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 [email protected] * 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 [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html ----------------------------------------- Under Florida law, e-mail addresses are public records. If you do not want your e-mail address released in response to a public records request, do not send electronic mail to this entity. Instead, contact this office by phone or in writing. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

