Re: Can seem to get IDF to display source

2023-02-28 Thread Joseph Reichman
Thank you > On Feb 28, 2023, at 7:10 PM, Farley, Peter > <0dc9d8785c29-dmarc-requ...@listserv.uga.edu> wrote: > > The HLASM "Toolkit Feature Installation and Customization Guide" V1R6 on > page 10 of the PDF states: > > Planning to install in the link pack area > Load modules that are no

Re: Can seem to get IDF to display source

2023-02-28 Thread Farley, Peter
The HLASM "Toolkit Feature Installation and Customization Guide" V1R6 on page 10 of the PDF states: Planning to install in the link pack area Load modules that are not shipped with the RN attribute are not re-entrant, and therefore are not eligible for the LPA. They should not be copied to an LPA

Re: Can seem to get IDF to display source

2023-02-28 Thread Joseph Reichman
Thanks I just came across what I think is big impediment got abend 0047 when trying to go to supervisor state from a MODESET Is it possible IDF doesn’t run in supervisor state and or key zero > On Feb 28, 2023, at 5:51 PM, Janko Kalinic wrote: > > The SYSCMD exec example in the IDF User Gu

Re: Can seem to get IDF to display source

2023-02-28 Thread Janko Kalinic
The SYSCMD exec example in the IDF User Guide comes in handy when you want to jump out of IDF to a TSO command or ISPF Dialog. You need to allocate F(ASM) to your IDF macro library. SET IMPMACRO ON SYSCMD ISPSTART PANEL(ISR@PRIM) SYSCMD REVIEW ‘JOER.ASM.SOURCE’

Re: Can seem to get IDF to display source

2023-02-28 Thread Joseph Reichman
That was it thank you > On Feb 27, 2023, at 4:00 PM, Janko Kalinic wrote: > >  >> >> >> After the initial screen try pressing PF1 (StmtStep), then PF9 (DISASM).