IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Where can we see the JES 2 ID of the working system


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sukanya-ramanathan

New User


Joined: 07 Apr 2007
Posts: 8
Location: Hyderabad

PostPosted: Thu Apr 26, 2007 3:58 am
Reply with quote

hey all,

How are where can we see the JES 2 ID in the system we are currently working with?


Thanks..
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Apr 26, 2007 12:53 pm
Reply with quote

This gives some info from REXX
Code:

/* REXX */
SAY 'JES2 INFO         = ' SYSVAR(SYSJES)     
SAY 'JES2 NODE         = ' SYSVAR(SYSNODE)   


Quote:
SYSJES
name and level of the JES installed on your system:

A character string indicating name of the JES plus its version, release and modification level, for example

JES2 OS 2.10

where JES2 is the JES name and OS 2.10 is the JES level. These two strings are separated by a blank character. If either the JES name or the level returns an empty character string, then no blank character is inserted. Trailing blanks are removed.

-INACTIVE- (please note the delimiters) if the subsystem is not active.

-DOWNLEVEL- (please note the delimiters) if the subsystem is neither JES2 SP4.3 or later, nor JES3 SP5.1.1 or later.


SYSNODE
network node name of your installation's JES. This name identifies the local JES in a network of systems or system complexes being used for network job entry (NJE) tasks. The name that is returned derives from the NODE initialization statement of JES.
The SYSNODE value is returned as either of the following:

A character string indicating the node name, for example BOE9.

-INACTIVE- (please note the delimiters) if the subsystem is not active.

-DOWNLEVEL- (please note the delimiters) if the subsystem is neither JES2 SP4.3 or later, nor JES3 SP5.1.1 or later.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts Insert system time/date (timestamp) u... DFSORT/ICETOOL 5
Search our Forums:

Back to Top