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 at 10:19 AM, Christian Birr < [email protected]> wrote: > Marc > For reference only: > > http://publib.boulder.ibm.com/tividd/td/TDS390/SH19-6816-09/en_US/HTML/DRLA9MST54.htm > and > > http://publib.boulder.ibm.com/tividd/td/TDS390/SH19-6816-09/en_US/HTML/DRLA9MST315.htm#axg4 > > Christian > -----Ursprüngliche Nachricht----- > Von: IBM Mainframe Discussion List [mailto:[email protected]] Im > Auftrag von Mark Pace > Gesendet: Donnerstag, 17. April 2014 16:15 > An: [email protected] > 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)' > > The TDSz admin manual doesn't mention adding any panel libraries to the > proc - But it makes sense they should be there. I'll try to add those as > well. > > > > On Thu, Apr 17, 2014 at 9:54 AM, Christian Birr < > [email protected]> wrote: > > > Marc, > > DRLEINIT is a REXX, so I would code > > T,'CMD(%DRLEINIT)' > > And don't forget to allocate DRL170.SDRLEXEC, EOY.SEOYCLIB (if using > > Bookmanager) and &HLQ.LOCAL.EXEC to SYSEXEC or SYSPROC in your ISPF > profile > > Greetings from lower bavaria > > Christian > > > > -----Ursprüngliche Nachricht----- > > Von: IBM Mainframe Discussion List [mailto:[email protected]] Im > > Auftrag von Mark Pace > > Gesendet: Donnerstag, 17. April 2014 15:24 > > An: [email protected] > > 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(DRLEINIT)' > > I also tried > > T,'CMD(DRLEINIT NEWAPPL(DRL))' > > > > Both of them return the same error - Any idea what I am doing wrong? > > > > ISPP100 > > > > Panel 'IPOICQ' error > > Panel not found. > > > > > > > > > > > > > > Panel line where error was detected: > > ZSEL = PANEL(IPOICQ) > > > > I've search through all of the TDSz files and can not find an IPOICQ in > any > > of them, so I don't know where this would have been called. I search > > Google for IPOQICG with nothing found. > > > > > > > > > > -- > > The postings on this site are my own and don't necessarily represent > > Mainline's positions or opinions > > > > Mark D Pace > > Senior Systems Engineer > > Mainline Information Systems > > > > ---------------------------------------------------------------------- > > 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 > > > > > > -- > The postings on this site are my own and don't necessarily represent > Mainline's positions or opinions > > Mark D Pace > Senior Systems Engineer > Mainline Information Systems > > ---------------------------------------------------------------------- > 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 > -- The postings on this site are my own and don’t necessarily represent Mainline’s positions or opinions Mark D Pace Senior Systems Engineer Mainline Information Systems ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
