Re: Jes2 held output class

2011-10-08 Thread Lim Ming Liang
Sorry, just cut part of the screen,the whole lines looked like this, 000508 OUTCLASS(Q) BLNKTRNC=YES,/* Truncate trailing blanks wnc*/ 000509 OUTDISP=(WRITE,WRITE), /* OUT disp PRINT ownc*/ 000510 OUTPUT=PRINT, /* Print Class

Re: Jes2 held output class

2011-10-08 Thread Ravi Gaur
Lim, I appreciate if you could post complete JCL ..Do you have any SYSOUT statement with Hold? -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to lists...@bama.ua.edu with the message: GET IBM-MAIN

Re: Jes2 held output class

2011-10-08 Thread Ravi Gaur
also let me know output of $D O J'SARINIT' -- 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

Re: Jes2 held output class

2011-10-08 Thread Lim Ming Liang
Hi Ravi, This is the running JCL; //SARINITJOB CLASS=A,MSGLEVEL=(1,1),MSGCLASS=Q, // NOTIFY=SYSUID //* //INIT EXEC PGM=SARINIT //STEPLIB DD DSN=SYS3.VIEW.R116SP0.CAILIB,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSINDD * NAME=SYS3.VIEW CLSL=QJ NEWCLSL=WW /* and the output of $D O

Re: Jes2 held output class

2011-10-08 Thread Ravi Gaur
Hi Lim, I believe at your environment Outclass Q has been defined for the SAR to accumulate the output and keep in database and when you running a job with msgclass=q it get written in sar however SAR stc might not have authority to purge the job and that's where it stay in hold class...could

Re: Jes2 held output class

2011-10-08 Thread Lim Ming Liang
Hi Ravi, Yes, you're right SAR is capturing CLASS=Q, somehow the JESMSGLG and msglog not being archived to SAR. From another source, I found that OUTDISP parameter in JOBCLASS statement in JES2 parm has a part in it too. It caused the system data sets for jobs in that class to be HOLD which

Jes2 held output class

2011-10-07 Thread Lim Ming Liang
Hi, I have jes2parm lines of; 000508 OUTCLASS(Q) BLNKTRNC=YES,/* 000509 OUTDISP=(WRITE,WRITE), 000510 OUTPUT=PRINT, /* 000511 TRKCELL=YES /* 000512 /* but when I run a job with msgclass=q, in sdsf the job output show ODisp

Re: Jes2 held output class

2011-10-07 Thread Ravi Gaur
can you try $DOUTCLASS(Q) and post output here.. -- 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

Re: Jes2 held output class

2011-10-07 Thread Lim Ming Liang
Hi Ravi, I checked JES2 Init Tuning Ref, I can't find the keyword $DOUTCLASS. In which manual this keyword usage is documented ? If you don't mind I am asking. Regards Lim ML On 07/10/11 5:03 PM, Ravi Gaur wrote: can you try $DOUTCLASS(Q) and post output here..

Re: Jes2 held output class

2011-10-07 Thread Jim Thomas
-MAIN@bama.ua.edu] On Behalf Of Lim Ming Liang Sent: Friday, October 07, 2011 4:29 AM To: IBM-MAIN@bama.ua.edu Subject: Re: Jes2 held output class Hi Ravi, I checked JES2 Init Tuning Ref, I can't find the keyword $DOUTCLASS. In which manual this keyword usage is documented ? If you don't mind I

Re: Jes2 held output class

2011-10-07 Thread Lim Ming Liang
To: IBM-MAIN@bama.ua.edu Subject: Re: Jes2 held output class Hi Ravi, I checked JES2 Init Tuning Ref, I can't find the keyword $DOUTCLASS. In which manual this keyword usage is documented ? If you don't mind I am asking. Regards Lim ML On 07/10/11 5:03 PM, Ravi Gaur wrote: can you try $DOUTCLASS

Re: Jes2 held output class

2011-10-07 Thread Ravi Gaur
so you see JES has got WRITE,WRITE for normal abnormal OUTDISP parm.Now please go to JES2 command and reference guide and look for $TOUTCLASS and set it as per your need...Thanks,Ravi -- For IBM-MAIN subscribe / signoff /

Re: Jes2 held output class

2011-10-07 Thread Ravi Gaur
sorry ,Guess I misunderstood your question .Correct me now ..Do you see some job with msgclass=q in Hold output queue? can you post the job output Please make sure if you are running in sysplex every system in JESPLEX got same setting since I am doubting if your job is routed to lpar where

Re: Jes2 held output class

2011-10-07 Thread Lim Ming Liang
Hi Ravi, I am not running in a sysplex environment. The running jobcard, //SARINITJOB CLASS=A,MSGLEVEL=(1,1),MSGCLASS=Q, // NOTIFY=SYSUID and the output shown in sdsf; SDSF HELD OUTPUT DISPLAY ALL CLASSES LINES 51 LINE 1-1 (1) COMMAND INPUT ===

Re: Jes2 held output class

2011-10-07 Thread Rick Fochtman
Lim Ming Liang wrote: Hi, I have jes2parm lines of; 000508 OUTCLASS(Q) BLNKTRNC=YES,/* 000509 OUTDISP=(WRITE,WRITE), 000510 OUTPUT=PRINT, /* 000511 TRKCELL=YES /* 000512 /* but when I run a job with msgclass=q, in sdsf