Command tables are ispf appl dependent. Just define you appl on all xxxCMDS
tables.

ITschak

בתאריך יום ו׳, 17 בינו׳ 2020, 19:37, מאת Frank Swarbrick ‏<
[email protected]>:

> Apparently I knew how to do this once upon a time, but how do you close a
> user command table in order to allow editing of it?
>
> ________________________________
> From: IBM Mainframe Discussion List <[email protected]> on behalf
> of ITschak Mugzach <[email protected]>
> Sent: Thursday, January 16, 2020 11:20 PM
> To: [email protected] <[email protected]>
> Subject: Re: Starting an application in ISPF
>
> And even simpler, add it's and select cmd options to your ispf command
> table. This way you can type a short name to invoke it.
>
> ITschak
>
> בתאריך יום ו׳, 17 בינו׳ 2020, 2:44, מאת Frank Swarbrick ‏<
> [email protected]>:
>
> > This works.  Thanks much.
> >
> > ________________________________
> > From: IBM Mainframe Discussion List <[email protected]> on behalf
> > of Steve Smith <[email protected]>
> > Sent: Thursday, January 16, 2020 5:16 PM
> > To: [email protected] <[email protected]>
> > Subject: Re: Starting an application in ISPF
> >
> > Just write and invoke a simple exec (or clist if that's your thing):
> >
> >  /* REXX */
> >  ADDRESS ISPEXEC
> >  'SELECT PGM(DGTFMD01) NEWAPPL(DGT) SCRNAME(ISMF)'
> >  EXIT
> >
> > You could also invoke it from option 7.1 (Dialog Test), but that adds
> some
> > overhead.
> >
> > sas
> >
> >
> > On Thu, Jan 16, 2020 at 6:47 PM Frank Swarbrick <
> > [email protected]>
> > wrote:
> >
> > > Doesn't work for me.  Must not be in my "profile" or something.
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
> > ----------------------------------------------------------------------
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to [email protected] with the message: INFO IBM-MAIN
> >
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to