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

How to change the mode of console


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ybhavesh
Warnings : 1

New User


Joined: 17 Feb 2007
Posts: 46
Location: mumbai

PostPosted: Sat Mar 24, 2007 11:52 pm
Reply with quote

Hi all

Can anyone explain me how to change the mode of console from role deletion to automatic mode

what changes i have to do in below program

INIT CMDDELIM(<)
MLIM(1500)
AMRF(N)
MONITOR(DSNAME)
MMS(NO)
MPF(YK)
PFK(YK)
RLIM(10)
UEXIT(N)
DEFAULT ROUTCODE(ALL)
/********************************************************************/
/* */
/* MASTER AND ALTERNATE CONSOLES */
/* */
/********************************************************************/
/* LIB: SYS1.PARMLIB(CONSOL00) */
/* GDE: CBIPO MVS CUSTOMIZATION */
/* DOC: THIS MEMBER CONTAINS THE MVS CUSTOM-BUILT IPO */
/* SUPPLIED CONSOLE DEFINITIONS FOR THE MASTER */
/* CONSOLE AND THE ALTERNATE CONSOLES */
/* */
CONSOLE DEVNUM(SYSCONS) ROUTCODE(ALL)
MONITOR(JOBNAMES-T)
/* */
CONSOLE DEVNUM(010) ALTERNATE(0F2) ROUTCODE(ALL)
PFKTAB(PFKTAB1)
NAME(LNT3ACN1)
AUTH(ALL)
UNIT(3270-X)
MONITOR(JOBNAMES-T)
CON(N) DEL(RD) RTME(1) MFORM(S,J,T)
AREA(NONE) SEG(39) RNUM(19)
/* */
CONSOLE DEVNUM(0F2) ALTERNATE(0F3) ROUTCODE(ALL)
PFKTAB(PFKTAB1)
AUTH(MASTER)
NAME(LNT3MCN1)
UNIT(3270-X)
MONITOR(JOBNAMES-T)
CON(N) DEL(RD) RTME(1) MFORM(S,J,T)
AREA(NONE) SEG(39) RNUM(19)
/* */
CONSOLE DEVNUM(0F3) ALTERNATE(0F0) ROUTCODE(ALL)
PFKTAB(PFKTAB1)
AUTH(ALL)
NAME(LNT3MCN2)
UNIT(3270-X)
MONITOR(JOBNAMES-T)
CON(N) DEL(RD) RTME(1) MFORM(S,J,T)
AREA(NONE) SEG(39) RNUM(19)
/* */
/********************************************************************/
/* */
/* END OF CONSOLE DEFINITIONS */
/* */
/********************************************************************/
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Mar 25, 2007 3:56 am
Reply with quote

Hello,

Are you a system programmer (or possibly someone from the operations dept)? If not, i'd suggest talking with them.

To answer the "role deletion" (i believe it is really "roll delete") question - it is specified in this
Quote:
CON(N) DEL(RD) RTME(1) MFORM(S,J,T)
console definition line.

Are you sure you want to turn it off? Without RD, your console may fill with messages and become "HELD". Not really a good thing. . . . RD specifies (or at least it did long ago) that console messages should be "rolled off" the screen if they do not require operator action.
Back to top
View user's profile Send private message
ybhavesh
Warnings : 1

New User


Joined: 17 Feb 2007
Posts: 46
Location: mumbai

PostPosted: Sun Mar 25, 2007 6:44 am
Reply with quote

Yes Dick

I am working at Operation level
I want to know the system in detail so that is why i am trying to do various modification
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sun Mar 25, 2007 7:06 am
Reply with quote

Hi Bhavesh,

Learning by doing is an excellent way to understand new things. I would caution about actually changing the operation environment unless your site can define a "guest" mvs system that you could use for learning experiments.

Changing the "real" system's operating environment "to try things out" can cause delays and outages that management may rather vioently react to. If your management will agree, and your production schedule permits, some "test time", during scheduled outages, after which the learning mods are reset may work.

At many locations, there is a smaller mvs system that is periodically brought up to test new operating system releases and other software upgrades. If you have such a system, it would be a good place to run your experiments. Coordinating this with the system support people is also a good idea.

Good luck icon_smile.gif
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 -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts HILITE on Browse mode? TSO/ISPF 2
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts 3270 personal communications. Can't c... TSO/ISPF 2
No new posts SELECT from data change table DB2 5
Search our Forums:

Back to Top