Discussion:
[hercules-390] Quick question: find out JES2 class attributes
nff2jf43ijwvycju3kvjhlqfikcnwrpgg5scgsb2@yahoo.com [hercules-390]
2017-08-11 06:00:37 UTC
Permalink
Hi guys

Can anyone tell me the JES2 command to find out the attributes of a jobclass in MVS 3.8j (Tk4- update 8))?
I've tried:
$D JOBCLASS(A)but it looks like it's invalid - it returns:
$HASP000 JOBCLASS( INVALID OPERAND


Whereas IBM documentation shows:
1 $D JOBCLASS(A)
$djobclass(a)
$HASP837 JOBCLASS(A) $HASP836 $D JOBCLASS(A)
$HASP837 JOBCLASS(A) MODE=JES,QAFF=(ANY),QHELD=NO,
$HASP837 SCHENV=,XEQCOUNT=(MAXIMUM=*,
$HASP837 CURRENT=0),
$HASP837 XEQMEMBER(IBM1)=(MAXIMUM=*,
$HASP837 CURRENT=0)

Hopefully I've just got the syntax wrong!


Pete
'Mark L. Gaubatz' mgaubatz@groupgw.com [hercules-390]
2017-08-11 06:13:00 UTC
Permalink
The JOBCLASS request is newer than that provided by MVS 3.8j; you will
have to check the JES2 parameter member for the actual definition.


On 08/10/2017 11:00 PM,
Post by ***@yahoo.com [hercules-390]
Hi guys
Can anyone tell me the JES2 command to find out the attributes of a
jobclass in MVS 3.8j (Tk4- update 8))?
|*$D JOBCLASS(A)*|
$HASP000 JOBCLASS( INVALID OPERAND
|*1 $D JOBCLASS(A)* $djobclass(a) $HASP837 JOBCLASS(A)|
|$HASP836 $D JOBCLASS(A) $HASP837 JOBCLASS(A)
MODE=JES,QAFF=(ANY),QHELD=NO, $HASP837 SCHENV=,XEQCOUNT=(MAXIMUM=*,
$HASP837 CURRENT=0), $HASP837 XEQMEMBER(IBM1)=(MAXIMUM=*, $HASP837
CURRENT=0)|
Hopefully I've just got the syntax wrong!
Pete
nff2jf43ijwvycju3kvjhlqfikcnwrpgg5scgsb2@yahoo.com [hercules-390]
2017-08-11 11:46:18 UTC
Permalink
Thanks Mark. I can get the detailson the job classes from JES2PARM, but it would great if there's a console command that can tell you this information..it seems an odd oversight if they didn't build it in!
Loading...