TSOLIB activate myloadlb

I remember once debugging ISPF programs the way I should you in the example

TESTAUTH 'LOADLIB(ISPF)' CP

then Load myloadlib(commandprocessor)

set breakpoints on commandprocessor

type GO

get into ispf


however the TSOLIB dones't seem to work when running ISPF under TESTAUTH



On Sun, Oct 21, 2012 at 6:53 AM, Lizette Koehler wrote:

So is it a pure TSO Command processor? Or are you going to be using it under ISPF or REXX?

What is its function?  What language is it coded in?

You have shown TESTAUTH for an program called ISPF but the library your TESTAUTH is from LPA. You then show a LOAD command from a different library?

What is the function of this program?
What is the language?
What are you trying to do?  TESTAUTH, TEST, ISPF function????
When you run it LOAD 'LOADLIB(BURN)' do you get the results you expect? Does it work with TASKLIB? Does it work with Steplib?



If you are trying to test and it is assembler, do you have the Assembler Language Tool Kit? You might be able to use it for analysis.

The manual will help http://publib.boulder.ibm.com/infocenter/zos/v1r12/index.jsp?topic=%2Fcom.ibm.zos.r12.ikjb300%2Fikj4b34065.htm

What happens if you do TESTAUTH 'LOADLIB(BURN)' CP

Are there any messages in SYSLOG when you execute your program?



Lizette


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of micheal butz
Sent: Saturday, October 20, 2012 8:27 PM
To: [email protected]
Subject: Re: IKJ56500I COMMAND BURN NOT FOUND/ Which loadlib should command
processor be located in

only happens when running under TESTAUTH e.g.

TESTAUTH 'ISP.SISPLPA(ISPF)' CP


LOAD 'LOADLIB(BURN)'



On Sat, Oct 20, 2012 at 10:51 PM, micheal butz wrote:

I'll try the steplib
did a ISRDDN its pointed by ddname SYS00002 its a load moudle


On Sat, Oct 20, 2012 at 10:47 PM, Lizette Koehler wrote:

I would like a little more detail,
1)  What happens if you add a STEPLIB or LIBDEF ISPLLIB to your
TSO/ISPF session?
2)  When you are in ISPF and you issue an ISRDDN does it find your
module?
3)  Is this a pure TSO Command Processor (no ISPF or REXX function
calls?)  or are you going to use it with REXX/ISPF environment?

Lizette


-----Original Message-----
From: IBM Mainframe Discussion List
[mailto:[email protected]] On Behalf
Of micheal butz
Sent: Saturday, October 20, 2012 7:20 PM
To: [email protected]
Subject: IKJ56500I COMMAND BURN NOT FOUND/ Which loadlib should
command
processor be located in

hI,

I am running a TSO command processor from an ISPF panel prefixing
the command
with TSO

I did a TSOLIB ACTIVATE DATASET from the ready prompt but I am still
getting a not
found message

Any help would be appreciated

Thanks


----------------------------------------------------------------------
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