TSO Clist commands



IBM's Command List programming language & Restructured Extended Executor

TSO Clist commands

Postby 20sam13 » Wed May 15, 2013 10:46 pm

By any chance, does anyone have some "slick" TSO/z-OS command line tools I can send to my mainframe group to possible inclusion in our other clist tools?

Such as:

BR14 - will scan thru the JCL member being edited and add a //step00 exec pgm=iefbr14 for all of the DSNs with a disp of (new, catlg, delete), mod, old - and other valid combinations?

PARAON - will scan thru a cobol program being edited and insert a display of the paragraph name just below the paragraph name?

PARAOFF - will scan thru and find those displays and remove them.

BCSR - will open a DSN in browse, if the cursor is placed on the line with the DSN=
ECSR - will open a DSN in edit, if the cursor is placed on the line with the DSN=

FAB - will open fileaid in browse mode with the PDS name where FAB is entered immediately to the left of the name in a DSN list.
FAE - will open fileaid in edit mode with the PDS name where FAE is entered immediately to the left of the name in a DSN list.

Plus other very useful shortcuts.

Before someone "snarks" at the request, we have a few commands, but the systems people have not obtained/created very many of them for use.

The 2nd part of the question is, how does one setup the "system" clists and any I may write myself to not require the TSO be typed before the clist name?

Thanks for all your help!!
-Scott
20sam13
 
Posts: 17
Joined: Fri Feb 15, 2013 8:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: TSO Clist commands

Postby enrico-sorichetti » Wed May 15, 2013 10:57 pm

but the systems people have not obtained/created very many of them for use.

then You should learn to live without them :mrgreen:

why not search yourself what is available at http://www.cbttape.org ???

or google for REXX TSO TOOLS ... the search will return quite a few links with lots of useful info

or for Mark Zelden, Lionel B. Dyck, Doug Nadel, Gilbert Saint Flour,
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: TSO Clist commands

Postby dick scherrer » Wed May 15, 2013 11:27 pm

Hello,

If you intend to pursue this, suggest you consider REXX instead of Clist . . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: TSO Clist commands

Postby 20sam13 » Wed May 15, 2013 11:33 pm

My mistake in terminology. Rexx Exec's is the correct terminology, just always knew them as "Clist's".
20sam13
 
Posts: 17
Joined: Fri Feb 15, 2013 8:44 pm
Has thanked: 0 time
Been thanked: 0 time

Re: TSO Clist commands

Postby Akatsukami » Thu May 16, 2013 12:08 am

20sam13 wrote:The 2nd part of the question is, how does one setup the "system" clists and any I may write myself to not require the TSO be typed before the clist name?

You'll want to look at the topic "Using command tables to define commands" in the z/OS ISPF User's Guide, Vol. I.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: TSO Clist commands

Postby dick scherrer » Thu May 16, 2013 1:21 am

Hello,

Rexx Exec's is the correct terminology, just always knew them as "Clist's".
It is not just a matter of terminology.

They are completely different languages with very different syntaxes.
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post