BIT LISTSERV IBM-MAIN 52701 ISO 8859 1 Q RUN CLIST EDIT MARCO WITHOUT SYSEXEC
From: champion086@no-spam (=?iso-8859-1?Q?Jeff_Guan?=)
Subject: =?iso-8859-1?Q?Run_CLIST/Edit_marco_without_SYSEXEC?=
Date: 11 Apr 2006 23:36:05 -0700


Hi all,
We used an Clist/edit marco to custmised some keyword. To run the clist, we just enter the clist name on the command line while in ISPF editing a PDS member.
The Clist is just like below:
--------------
ISREDIT MACRO ISREDIT C 'SYSALLDA' '3390' ALL ISREDIT C 'SYSDA' '3390' ALL --------------

Normally to run the clist, it must in the ISPF logon procedure's SYSEXEC dataset.
Is there any way without put it in SYSEXEC ds and run it from edit command line?

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@no-spam with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html





From: kpinkham@no-spam
Subject: Re: Run CLIST/Edit marco without SYSEXEC
Date: 12 Apr 2006 03:17:43 -0700

Use the TSO ALTLIB command to temporarily place your library in front of the concatenated libraries for either SYSPROC or SYSEXEC.


From: schwarz45@no-spam (Barry Schwarz)
Subject: Re: Run CLIST/Edit marco without SYSEXEC
Date: 12 Apr 2006 12:56:43 -0700

CLISTs belong in SYSPROC, not SYSEXEC. (REXX's can go in either.)
You can change the SYSEXEC/SYSPROC allocation after logon with the ALLOCATE command. This will allow your macro to be in any library you like.

You can also use the ALTLIB command to set up a "temporary" library that will be searched first .


Jeff Guan <champion086@no-spam> wrote:
Hi all,
We used an Clist/edit marco to custmised some keyword. To run the clist, we just enter the clist name on the command line while in ISPF editing a PDS member.
The Clist is just like below:
--------------
ISREDIT MACRO ISREDIT C 'SYSALLDA' '3390' ALL ISREDIT C 'SYSDA' '3390' ALL --------------

Normally to run the clist, it must in the ISPF logon procedure's SYSEXEC dataset.
Is there any way without put it in SYSEXEC ds and run it from edit command line?


---------------------------------
Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min with Yahoo! Messenger with Voice.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to listserv@no-spam with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html