On Tue, 9 Feb 2021 11:52:31 -0500, Joseph Reichman wrote:
>One caveat Had an experience running under test
>The program I was running had the same name as the one I was attaching to
>
>The attach had taskib and dcb pointing to a different library because the
>parent task was linked as REUS it attached the copy in core
>Had to relink without REUS to get library from DCB= TASKLIB=
>Thanks
>
It's a fundamental design deficiency ever since OS/360, that one can't
simply load an object from a fully-qualified pathname. E.g."
//STEP EXEC PGM='SYS1.LINKLIB(IEFBR14)'
or:
//STEP EXEC 'SYS1.SAMPLIB(ASMACLG)'
or:
//STEP EXEC PGM=IRXJCL,PARM='SYS1.SAMPLIB(REXXSAMP)'
(Is my UNIX showing?)
-- gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN