Check out the $POJ or $PJ commands in JES2
You can also use
Age|DAys<days | Age|DAys>days
Specifies the age of affected jobs in days. Only jobs more (with DAYS>nn) or
less (with DAYS<nn) than the specified number of days in age are affected, The
days are counted from the current hour.
H|Hours=hours
Specifies the age of affected jobs in hours. Only jobs more (with HOURS>nn)
or less (with HOURS<nn) than the specified number of hours in age are affected.
TYPE={JOB|STC|TSU}
Indicates whether only batch jobs (JOB), started tasks (STC), or
time-sharing users (TSU) are to be cancelled.
USERID=userid
Specifies the userid associated with the job.
3 $pj9,age<1
JOB00009 $HASP890 JOB(IE)
$HASP890 JOB(IE) STATUS=(AWAITING PURGE),CLASS=A,
$HASP890 PRIORITY=1,SYSAFF=(ANY),HOLD=(NONE),
$HASP890 PURGE=YES
JOB00009 $HASP250 IE PURGED -- (JOB KEY WAS B3FB7D66)
JES2 purges job 9 if age is less than one day.
4 $pj9-25,/days>1
$HASP003 RC=(52),
$HASP003 RC=(52),J9-25 - NO SELECTABLE ENTRIES FOUND MATCHING
$HASP003 SPECIFICATION
JES2 purges jobs 9 through 25 if age is greater than 1 day.
For your process
$PJ(BPXAS),H<8 to purge output that is equal to BPXAS when it is 8hours.
Lizette
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Jesse 1 Robinson
> Sent: Wednesday, September 21, 2016 8:50 AM
> To: [email protected]
> Subject: Re: BPXAS sysout class
>
> I'm a bit wary of testing this change. A broken initiator process would be
> deadly.
>
> A less risky solution--I assume that the problem is a passel of STC output--
> might be to purge BPXAS on regular basis via, say, a JES automatic command.
> You could make a pretty small interval with A>1. As long as you qualify the
> command with the task name, it should be pretty benign to test.
>
> .
> .
> J.O.Skip Robinson
> Southern California Edison Company
> Electric Dragon Team Paddler
> SHARE MVS Program Co-Manager
> 323-715-0595 Mobile
> 626-302-7535 Office
> [email protected]
>
> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Peter Hunkeler
> Sent: Monday, September 19, 2016 11:51 PM
> To: [email protected]
> Subject: (External):AW: BPXAS sysout class
>
>
> >Is there any way for me to get a bit bucket sysout class for BPXAS? My
> STCCLASS parm in JES2 is set to a regular output class and it looks like BPXAS
> uses that. I need something that will definitely work, since change BPXAS can
> put you in the pain cave.
>
>
>
>
> I just stumbled over this; has it been solved? Could not see anything in IBM-
> Main's archives.
>
>
> You might convert the BPXAS procedure to a started job by adding a JOB
> statement to it. On the Job statement you can then code MSGCLASS=. Something
> like
>
>
> //BPXAS JOB MSGCLASS=X,MSGLEVEL=(1,1)
> //BPXAS EXEC PGM=IEFIIC,REGION=0M,PARM=(,,&GETWORK,BPXPRJRW'
>
>
> Warning: I have not tested this (dont' have access to a system where I could).
>
>
> --
> Peter Hunkeler
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN