MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Profile settings

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
Hilltop
Beginner


Joined: 14 Oct 2004
Posts: 62
Topics: 21

PostPosted: Thu Oct 05, 2006 2:52 am    Post subject: Profile settings Reply with quote

I need to change caps and nulls evertime when I edit the member in a PDS. Is there any way I can make these changes permanent.

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


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Thu Oct 05, 2006 6:12 am    Post subject: Reply with quote

I put my customizations in "User Session Initial Macro". To do so, I entered the command EDSET from within the editor, and specified my macro name.

In this macro, I have settings like HILITE, CAPS, DEFINE etc.

O.
________
magic flight launch box review


Last edited by ofer71 on Sat Feb 05, 2011 11:50 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Thu Oct 05, 2006 7:59 am    Post subject: Reply with quote

ofer71,

It would be helpful if you show how do you do your customization with sample screen shots.Thanks.
_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Thu Oct 05, 2006 9:04 am    Post subject: Reply with quote

Why do you need screenshots?
EDIT a member, then type EDSET. The first field in the opened window is "User Session Initial Macro". Put your edit macro name in this field.

O.
________
buy easy vape vaporizer


Last edited by ofer71 on Sat Feb 05, 2011 11:50 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
shekar123
Advanced


Joined: 22 Jul 2005
Posts: 528
Topics: 90
Location: Bangalore India

PostPosted: Thu Oct 05, 2006 9:22 am    Post subject: Reply with quote

ofer71,

I am able to understand what you meant and i did the same steps as given by you.I had given a name to Edit Macro name also but how do i put my customizations for the macro name given by me , as how can i assign values like
Quote:

In this macro, I have settings like HILITE, CAPS, DEFINE etc.

Please let me know.
_________________
Shekar
Grow Technically
Back to top
View user's profile Send private message
ofer71
Intermediate


Joined: 12 Feb 2003
Posts: 358
Topics: 4
Location: Israel

PostPosted: Thu Oct 05, 2006 10:00 am    Post subject: Reply with quote

Just create a regular Edit-Macro, something like:
Code:

/* REXX */
ADDRESS ISREDIT "MACRO PROCESS"
 
IF USERID() = 'OFER71' THEN DO
  ADDRESS ISREDIT "HILITE AUTO"
  ADDRESS ISREDIT "CAPS OFF"
  ADDRESS ISREDIT "DEFINE SEND ALIAS I9MLSND"
END
 
EXIT


O.
________
Franz-Zeno Diemer


Last edited by ofer71 on Sat Feb 05, 2011 11:50 am; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail
Hilltop
Beginner


Joined: 14 Oct 2004
Posts: 62
Topics: 21

PostPosted: Thu Oct 05, 2006 10:15 am    Post subject: Reply with quote

Its working, thanks ofer71.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group