Thank you Res Would you please send me the contents of these ?
//PARMS DD DISP=SHR,DSN=xxxxx.PARMS(PARMS) //SPECIAL DD DISP=SHR,DSN=xxxxx.PARMS(SPECIAL) //NO89 DD DISP=SHR,DSN=xxxxx.PARMS(NO89) Regards, Steve Beaver -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Pommier, Rex Sent: Monday, November 24, 2025 4:30 PM To: [email protected] Subject: Re: [EXT] SCRT Which part of the SCRT process are you asking about? The generation of the SCRT CSV file or the submission to IBM? If you're looking for the CSV generation part, you need to download the java bundle from IBM at the site others have provided. The actual JCL to generate it is quite simple, but requires some setup using the doc that comes with the package. Basically it looks something like this. //STEP010 EXEC PROC=JVMPRC86, // JAVACLS='com.ibm.scrt.SCRTe' //STDENV DD DISP=SHR,DSN=xxxxx.PARMS(STDENV) //OUTPUT DD DSN=xxyyy.SCRTOOL.CSV(+1), // DCB=(RECFM=VB,LRECL=1024,BLKSIZE=27998), // UNIT=SYSDA,SPACE=(TRK,(1,5,1),RLSE), // DISP=(NEW,CATLG,DELETE) //PARMS DD DISP=SHR,DSN=xxxxx.PARMS(PARMS) //SMF DD DISP=SHR,DSN=a.concatenation.of.all.your.SMF.records //SPECIAL DD DISP=SHR,DSN=xxxxx.PARMS(SPECIAL) //NO89 DD DISP=SHR,DSN=xxxxx.PARMS(NO89) We used to be able to simply e-mail our SCRT report to IBM but they removed that option. What are y'all doing now to submit your reports? We're manually logging on to the LMS web site and uploading them. Rex -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Steve Beaver Sent: Monday, November 24, 2025 2:13 PM To: [email protected] Subject: [EXT] SCRT Please Note: This email is from an [EXTERNAL] sender. Do not click on links or attachments unless you expect them from the sender and know the content is safe. Please contact the Service Desk if you have any concerns regarding this message. I hate to ask this - but does anyone have any JCL that they can attach to an email To execute the SCRT with Regards, Steve Beaver <mailto:[email protected]> [email protected] ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ======================================= This email, and any files transmitted with it, is confidential and intended solely for the use of the individual or entity to which it is addressed. If you have received this email in error, please notify the system manager. This message contains confidential information and is intended only for the individual named. If you are not the named addressee, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this message by mistake and delete this e-mail from your system. If you are not the intended recipient, you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited. ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
