Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-25 Thread Seymour J Metz
[000433f07816-dmarc-requ...@listserv.ua.edu] Sent: Friday, June 25, 2021 9:26 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module On Thu, 24 Jun 2021 21:21:31 +, Gibney, Dave wrote: >In the days of cards, when your //SYSIN DD * might be the last file in

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-25 Thread Paul Gilmartin
On Thu, 24 Jun 2021 21:21:31 +, Gibney, Dave wrote: >In the days of cards, when your //SYSIN DD * might be the last file in the >current deck on the reader > The lore communicated to me was: When the reader's hopper is empty, the reader hangs on a read. Three's a button the operator can pre

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module On Thu, 24 Jun 2021 12:28:18 +, Seymour J Metz wrote: > >It is easy to copy some or all of the data to an internal reader, followed by >a '/*EOF'. ... > I've never needed a &

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
5:21 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module In the days of cards, when your //SYSIN DD * might be the last file in the current deck on the reader > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Paul Gi

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Lennie Dymoke-Bradshaw
-Bradshaw https://rsclweb.com ‘Dance like no one is watching. Encrypt like everyone is.’ -Original Message- From: IBM Mainframe Discussion List On Behalf Of Paul Gilmartin Sent: 24 June 2021 22:12 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module On Thu, 24 Jun

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Gibney, Dave
ect: Re: ISPF Edit: Introduce New SUBMIT Module > > On Thu, 24 Jun 2021 12:28:18 +, Seymour J Metz wrote: > > > >It is easy to copy some or all of the data to an internal reader, followed > >by a > '/*EOF'. ... > > &g

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Steve Smith
Like war, absolutely nothin' On Thu, Jun 24, 2021 at 5:12 PM Paul Gilmartin < 000433f07816-dmarc-requ...@listserv.ua.edu> wrote: > On Thu, 24 Jun 2021 12:28:18 +, Seymour J Metz wrote: > > > >It is easy to copy some or all of the data to an internal reader, > followed by a '/*EOF'. ... >

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Paul Gilmartin
On Thu, 24 Jun 2021 12:28:18 +, Seymour J Metz wrote: > >It is easy to copy some or all of the data to an internal reader, followed by >a '/*EOF'. ... > I've never needed a '/*EOF'. What's it good for? -- gil -- For IBM-MA

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Steve Smith
It appears to me that the way the ISPF SUBMIT command works is that it writes the member (with current updates) to ISPCTL0, then invokes the TSO SUBMIT command for that dataset. Oddly enough, this works even for a temporary dataset. sas ---

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
of Jeremy Nicoll [jn.ls.mfrm...@letterboxes.org] Sent: Thursday, June 24, 2021 11:52 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module On Thu, 24 Jun 2021, at 16:38, Seymour J Metz wrote: > Is there an ISRCMDS tables? If so, that's how EDIT recognizes its > command

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
[IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Thursday, June 24, 2021 11:53 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module Hi R'Shmuel AMV"SH, I tried PGM(foo) and got ABEND 66D Code 02. I tried CMD(foo), but, th

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread David Spiegel
0%3D%7C1000&sdata=WD9bJTFgTb9vqcu1%2BTDsYFSUiiFTlOskqq8j%2BHMfg9c%3D&reserved=0 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of Jeremy Nicoll [jn.ls.mfrm...@letterboxes.org] Sent: Thursday, June 24, 2021 10:07 AM To: IBM-MAIN@LISTSER

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Jeremy Nicoll
On Thu, 24 Jun 2021, at 16:38, Seymour J Metz wrote: > Is there an ISRCMDS tables? If so, that's how EDIT recognizes its > command. Are you sure? You're saying that ispf edit presents the panel then doesn't immediately process the command line to parse its own valid commands? Or does it (if s

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Sri h Kolusu
> I need help to figure out how to add a new Primary Command to ISPF Edit, > so that I can test a RYO SUBMIT Command written in Assembler. David, Define your own command table using the ISPF Command Table Utility aka 3.9 https://www.ibm.com/docs/en/zos/2.4.0?topic=commands-using-command-tables-d

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
[IBM-MAIN@LISTSERV.UA.EDU] on behalf of Jeremy Nicoll [jn.ls.mfrm...@letterboxes.org] Sent: Thursday, June 24, 2021 10:07 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module On Thu, 24 Jun 2021, at 14:55, David Spiegel wrote: > Hi Jeremy, > I have an existing RYO SUBMIT A

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Jeremy Nicoll
On Thu, 24 Jun 2021, at 14:55, David Spiegel wrote: > Hi Jeremy, > I have an existing RYO SUBMIT Assembler program. > (Also, without Control Block chasing, I have not a way to access RPLRBAR > (for Job Number).) I should have added to my previous answer: - depending on how you've written your RY

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Jeremy Nicoll
On Thu, 24 Jun 2021, at 14:55, David Spiegel wrote: > Hi Jeremy, > I have an existing RYO SUBMIT Assembler program. > (Also, without Control Block chasing, I have not a way to access RPLRBAR > (for Job Number).) How does that answer my question? Why would you not wrap your existing code in just

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread David Spiegel
Hi Jeremy, I have an existing RYO SUBMIT Assembler program. (Also, without Control Block chasing, I have not a way to access RPLRBAR (for Job Number).) Regards, David On 2021-06-24 09:50, Jeremy Nicoll wrote: On Thu, 24 Jun 2021, at 03:25, David Spiegel wrote: Hi, I need help to figure out h

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Jeremy Nicoll
On Thu, 24 Jun 2021, at 03:25, David Spiegel wrote: > Hi, > I need help to figure out how to add a new Primary Command to ISPF Edit, > so that I can test a RYO SUBMIT Command written in Assembler. > Let's assume that my module is called $UBMIT (with an ALIAS of $UB). > I do not want to write an E

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
behalf of Lizette Koehler [stars...@mindspring.com] Sent: Wednesday, June 23, 2021 11:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module Just a guess But look at SYS1.PARMLIB member IKJTSOxx Or use the TSO Command PARMLIB To see where it exists, what member it

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread David Spiegel
da4mOndOH0VXjMGGN2FOYLiI%3D&reserved=0 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Thursday, June 24, 2021 6:09 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMI

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
Metz http://mason.gmu.edu/~smetz3 From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of David Spiegel [dspiegel...@hotmail.com] Sent: Thursday, June 24, 2021 6:09 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Seymour J Metz
alf of ITschak Mugzach [imugz...@gmail.com] Sent: Thursday, June 24, 2021 8:04 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module In this case I would write a small rexx program to call the assembler. As it is rexx, the name typed assumed to be a macro. BTW, the problem can ea

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread ITschak Mugzach
). > > As an alternative, can automation do what's required? > > Roops > > > . > > -Original Message- > > From: IBM Mainframe Discussion List On Behalf > > Of David Spiegel > > Sent: Thursday, June 24, 2021 5:09 AM > > To: IBM-MAIN@LISTSERV

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Rupert Reynolds
piegel > Sent: Thursday, June 24, 2021 5:09 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: ISPF Edit: Introduce New SUBMIT Module > > Hi Brian, > I am familiar with the Command Table. I want to set up a command to do an > ISPF Edit SUBMIT, not a TSO SUBMIT. That also means no

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Lionel B. Dyck
, June 24, 2021 5:09 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module Hi Brian, I am familiar with the Command Table. I want to set up a command to do an ISPF Edit SUBMIT, not a TSO SUBMIT. That also means no &ZPARM for DSNAME. That is, SUBMIT what is being

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread Robin Atwood
n List On Behalf Of David Spiegel Sent: 24 June 2021 17:09 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF Edit: Introduce New SUBMIT Module Hi Brian, I am familiar with the Command Table. I want to set up a command to do an ISPF Edit SUBMIT, not a TSO SUBMIT. That also means no &ZPARM for D

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-24 Thread David Spiegel
Hi Brian, I am familiar with the Command Table. I want to set up a command to do an ISPF Edit SUBMIT, not a TSO SUBMIT. That also means no &ZPARM for DSNAME. That is, SUBMIT what is being EDITd/BROWSEd/VIEWd. Thanks and regards, David On 2021-06-24 02:36, Brian Westerman wrote: You can call

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-23 Thread Brian Westerman
You can call you program anything you want and create a command table entry for it. That way you can leave IBM's submit where it was/is is SYS1.CMDLIB. i.e. (look in option 3.9 of ISPF) and add YourCMD SELECT PGM(yourPGM PRM('&ZPARM')) NEWAPPL(anything) Then when the user ty

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-23 Thread Itschak Mugzach
Have a look at ISPF 3.9 (COMMAND). This is the command table where you define new primary commands to ISPF. At end, copy table ISPCMDS (or ISRCMDS depending on your APPL id) to the first dataset in ISPTLIB concatanation to make it public to all users. As per your second question, There are commands

Re: ISPF Edit: Introduce New SUBMIT Module

2021-06-23 Thread Lizette Koehler
/docs/en/zos/2.1.0?topic=reference-tsoe-commands-subcommands Lizette -Original Message- From: IBM Mainframe Discussion List On Behalf Of David Spiegel Sent: Wednesday, June 23, 2021 7:25 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: ISPF Edit: Introduce New SUBMIT Module Hi, I need help to

ISPF Edit: Introduce New SUBMIT Module

2021-06-23 Thread David Spiegel
Hi, I need help to figure out how to add a new Primary Command to ISPF Edit, so that I can test a RYO SUBMIT Command written in Assembler. Let's assume that my module is called $UBMIT (with an ALIAS of $UB). I do not want to write an Edit Macro to do this. (I already wrote one of these). nor do