What happens if there are multiple jobs with the same name? We have that problem all the time.
-- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [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 > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Victor Gil > Sent: Tuesday, February 28, 2012 1:27 PM > To: [email protected] > Subject: Re: Duplicating SYSOUT output to another DD/DSN in > realtime ? (JCL) > > Thomas, > > This is what I do to capture *any line range* from a SYSOUT > being currently populated: > > //SDSFBTCH EXEC PGM=SDSF > > //ISFOUT DD SYSOUT=* > > //PRINTFL DD SYSOUT=*,DCB=RECFM=VB [or point to a FILE] > //ISFIN DD * > > PRE <job-name> > > OWNER > > ST > > FIND <job-name> > > ++? > > FIND <dd-name for SYSOUT> > > ++S > > PRINT FILE PRINTFL > > PRINT <from-line-number> <to-line-number > > /* > > // > > > HTH, > -Victor- > > ========================= > Is there any possibility to duplicate the output to SYSOUT to > another Ddname/DSname in realtime ? > I want to follow the execution by inspecting the output but > at the same time save it for processing in a following step. > Preferably by JCL means. > > > > Regards, > Thomas Berg > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

