Re: ISPF - TSO cmd

2014-04-19 Thread Elardus Engelbrecht
Shmuel Metz (Seymour J.) wrote: Based on your TSO command, put an ampersand before the REXX program like this: T,'CMD(%DRLEINIT)' That's a percent; an ampersand () would be wrong. Arrh. Thanks for spotting my error. I have not enough coffee... I must humbly say thank you very much for

Re: ISPF - TSO cmd

2014-04-18 Thread Shmuel Metz (Seymour J.)
In 1970894703641496.wa.elardus.engelbrechtsita.co...@listserv.ua.edu, on 04/17/2014 at 08:48 AM, Elardus Engelbrecht elardus.engelbre...@sita.co.za said: Based on your TSO command, put an ampersand before the REXX program like this: T,'CMD(%DRLEINIT)' That's a percent; an ampersand () would

ISPF - TSO cmd

2014-04-17 Thread Mark Pace
I'm installing TDSz and have it working by issuing a command from ISPF TSO %DRLEINIT I would like to make this a selection from an ISPF panel. But I've looked at the ways to invoke REXX and it still does not work. I thought that this should have worked. T,'CMD(DRLEINIT)' I also tried

Re: ISPF - TSO cmd

2014-04-17 Thread Nathan J Pfister
Subject:ISPF - TSO cmd Sent by:IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU I'm installing TDSz and have it working by issuing a command from ISPF TSO %DRLEINIT I would like to make this a selection from an ISPF panel. But I've looked at the ways to invoke REXX

Re: ISPF - TSO cmd

2014-04-17 Thread Bob Shannon
Is the panel library part of the ISPF concatenation at the time you invoke the command? If not, code a Rexx program to LIBDEF the product libraries and then invoke DRLEINIT. Bob Shannon Rocket Software -- For IBM-MAIN

Re: ISPF - TSO cmd

2014-04-17 Thread Elardus Engelbrecht
Mark Pace wrote: I'm installing TDSz and have it working by issuing a command from ISPF TSO %DRLEINIT Good. After reading my answer below, relook at the DRLEINIT and look for any allocation statements for your panel library. I would like to make this a selection from an ISPF panel. But I've

AW: ISPF - TSO cmd

2014-04-17 Thread Christian Birr
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Mark Pace Gesendet: Donnerstag, 17. April 2014 15:24 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: ISPF - TSO cmd I'm installing TDSz and have it working by issuing a command from ISPF TSO %DRLEINIT I would like to make this a selection

Re: ISPF - TSO cmd

2014-04-17 Thread Mark Pace
Betreff: ISPF - TSO cmd I'm installing TDSz and have it working by issuing a command from ISPF TSO %DRLEINIT I would like to make this a selection from an ISPF panel. But I've looked at the ways to invoke REXX and it still does not work. I thought that this should have worked. T,'CMD

Re: ISPF - TSO cmd

2014-04-17 Thread Staller, Allan
Does the exec allocate the panel library? snip snip I have the library allocated in ISPPDF ALLOC FI(SYSEXEC) SHR DA( + 'DRL181.SDRLEXEC' /* TDSZ */ + I have this command in the panel T,'CMD(%DRLEINIT)' The TDSz admin manual doesn't mention adding any

AW: ISPF - TSO cmd

2014-04-17 Thread Christian Birr
-MAIN@LISTSERV.UA.EDU] Im Auftrag von Mark Pace Gesendet: Donnerstag, 17. April 2014 16:15 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: ISPF - TSO cmd I have the library allocated in ISPPDF ALLOC FI(SYSEXEC) SHR DA( + 'DRL181.SDRLEXEC' /* TDSZ */ + I have

Re: ISPF - TSO cmd

2014-04-17 Thread Mark Pace
: Donnerstag, 17. April 2014 16:15 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: ISPF - TSO cmd I have the library allocated in ISPPDF ALLOC FI(SYSEXEC) SHR DA( + 'DRL181.SDRLEXEC' /* TDSZ */ + I have this command in the panel T,'CMD(%DRLEINIT

AW: ISPF - TSO cmd

2014-04-17 Thread Christian Birr
You're welcome... -Ursprüngliche Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Mark Pace Gesendet: Donnerstag, 17. April 2014 16:45 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: ISPF - TSO cmd Thank you, Christian - That is the manual I am

Re: ISPF - TSO cmd

2014-04-17 Thread Mark Pace
] Im Auftrag von Mark Pace Gesendet: Donnerstag, 17. April 2014 16:45 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: ISPF - TSO cmd Thank you, Christian - That is the manual I am working from, but I think the last part is what I was missing when modifying the ISPF proc. On Thu, Apr 17, 2014

Re: ISPF - TSO cmd

2014-04-17 Thread Mark Pace
Nachricht- Von: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] Im Auftrag von Mark Pace Gesendet: Donnerstag, 17. April 2014 16:45 An: IBM-MAIN@LISTSERV.UA.EDU Betreff: Re: ISPF - TSO cmd Thank you, Christian - That is the manual I am working from, but I think the last part