How to set the profile by REXX



IBM's Command List programming language & Restructured Extended Executor

How to set the profile by REXX

Postby marshall25 » Wed May 29, 2013 2:12 pm

hi all,

i want below use rexx
1, change in profile from TAB OFF to TAB ON when i opened dataset
2, set Tab Stops also use rexx

i tried
address tso
"profile tabs on std"

it was not work.
marshall25
 
Posts: 26
Joined: Mon Jun 20, 2011 9:14 am
Has thanked: 0 time
Been thanked: 0 time

Re: How to set the profile by REXX

Postby steve-myers » Wed May 29, 2013 3:10 pm

In ISPF EDIT, the TABS setting is remembered from one edit session to the next; you don't have to do what I think you are trying to do.

If you are referring to the tabs setting in TSO line mode edit that few people use any more, I don't know how it is set, or even if there is a TABS setting.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: How to set the profile by REXX

Postby Pedro » Thu May 30, 2013 8:49 pm

You can issue a TABS statement from an editor macro. It is not clear what you meant by 'Tab Stops'.
Pedro Vera
User avatar
Pedro
 
Posts: 684
Joined: Thu Jul 31, 2008 9:59 pm
Location: Silicon Valley
Has thanked: 0 time
Been thanked: 53 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post