On Thu, 16 Oct 2025 09:13:07 -0400, Joseph Reichman <[email protected]>
wrote:
>Let me give an example AT +458 ( L 9R?+E8 L(6) XC PRINT(‘mytsoid.trace’);GO)
>TITLE (‘MYPRINT)
Why use an overcomplicated example when you can perform a simple test? TEST
'SYS1.LINKLIB' L 0. PRINT('mytsoid.trace').
Without SYSTSPRT and JESYSMSG, how do you expect anyone to tell you what
problem occurred?
I'm guessing the missing quote in TITLE is causing your problem and that you
would see it in SYSTSPRT.
Another guess is the dataset is still allocated in TSO and again you would see
that error in SYSTSPRT.
A third possibility is you specified a PARM='clist_name' and it's processing
the SYSTSIN. This would be obvious from SYSTSPRT.
Did you look for the dataset in JESYSMSG?
>I submit in batch under ikjeft01 get a return code 0
IKJEFT01 will always have RC=0 despite any errors. IKJEFT1B will give the RC
from the last command but I suspect TSO TEST will give RC=0 unless a critical
error occurred.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN