So I guess now I am curious as to what you are trying to capture from your DD Statement that uses the INTRDR?
Are you capturing anything today manually? If yes, how are you doing that? What steps do you use to capture the information? Be specific, it will help to find a good solution Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Lizette Koehler > Sent: Sunday, May 07, 2017 9:34 AM > To: [email protected] > Subject: Re: job output into dataset > > A DD Statement that uses INTRDR is a special DD. > > INTRDR is used to submit REPORTS or JCL into SPOOL. So I am not sure exactly > what you are trying to do. > > If you go to DA OSTC and PREFIX your STC name > > Issue a ? next to the running task. > > Next look in the list for JCLOUT > > Is it there? And does it have any data in it? > > Next go to O Panel in SDSF > > Prefix your STC NAME. > > See if there is anything on the spool for it. If there is, issue a ? next to > the Entry and see what DD statement it comes from > > Here is what you should see when you do the ? next to the task name in the DA > OSTC panel > > > PREFIX=PRO* DEST=(ALL) OWNER= > NP DDNAME StepName ProcStep > JESMSGLG JES2 > JESJCL JES2 > JESYSMSG JES2 > SYSPRINT PROJCLT > JESMSGLG JES2 > JESYSMSG JES2 > > Here is what you could see if you do a ? next to an entry in the O panel > display > > PREFIX=* DEST=(ALL) > NP DDNAME StepName Output > REPORT IFOBAT I > > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] > > On Behalf Of venkat kulkarni > > Sent: Sunday, May 07, 2017 4:16 AM > > To: [email protected] > > Subject: Re: job output into dataset > > > > Hello, > > > > > > > > Thanks for helping so far. I used below command > > > > > > > > $T JQ(IMS12RC3),SPIN,DDNAME=JCLOUT > > > > > > > > and output from this command is > > > > > > > > RESPONSE=TST4 > > > > $HASP890 JOB(IMS12RC3) > > > > $HASP890 JOB(IMS12RC3) STATUS=(EXECUTING/TST4),CLASS=STC, > > > > $HASP890 PRIORITY=15,SYSAFF=(TST4),HOLD=(NONE) > > > > > > > > > > > > > > > > Job IMS12RC3 is, > > > > > > > > BROWSE SYS1.DEVL.PROCLIB(IMS12RC3) - 01.03 Line 0000000 > > > > Command ===> Scr > > > > ********************************* Top of Data ******************** > > > > // PROC RGN=0M,SOUT=A, > > > > // IMSID=IMS4,SYS2= > > > > //IEFPROC EXEC PGM=DFSMVRC0,REGION=&RGN, > > > > // PARM='DRC,&IMSID' > > > > //**************************************************** > > > > //* > > > > //STEPLIB DD DSN=IMS4.V120.&SYS2.SDFSRESL,DISP=SHR > > > > //PROCLIB DD DSN=IMS4.V120.&SYS2.PROCLIB,DISP=SHR > > > > //JCLOUT DD SYSOUT=(A,INTRDR) > > > > //JCLPDS DD DSN=IMS4.V120.&SYS2.PROCLIB,DISP=SHR > > > > //SYSUDUMP DD SYSOUT=&SOUT > > > > //SYSABEND DD SYSOUT=&SOUT > > > > //* > > > > //************ DBRC RECON DD CARDS ******************* > > > > //* > > > > //* USER SUPPLY THE DD CARDS > > > > //* REQUIRED FOR THE DBRC RECON DATA SET. > > > > //* IF NO DD STATEMENTS ARE SUPPLIED FOR RECON > > > > //* DATASETS, IMS ASSUMES THAT THE DATASETS > > > > //* HAVE BEEN DESCRIBED THROUGH THE DFSMDA MACRO. > > > > //* > > > > //RECON1 DD DSN=IMS4.V120.RECON1,DISP=SHR > > > > //RECON2 DD DSN=IMS4.V120.RECON2,DISP=SHR > > > > //RECON3 DD DSN=IMS4.V120.RECON3,DISP=SHR > > > > //* > > > > > > > > Can you please explain, what this command actually performed. As I > > mentioned, my plan was to cut messages from this job and put in one > > dataset using the command you suggested. Please correct , if I am missing > anything. > > > > > > ---------------------------------------------------------------------- > 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
