On Fri, 7 Mar 2014 17:56:05 -0600, Paul Gilmartin <paulgboul...@aim.com> wrote:

>On Fri, 7 Mar 2014 22:41:44 +0000, Hansen, Dave L - Eagan, MN wrote:
>>
>>44 *-*  /* "CALL *(ISRSUPC)"               */
>>45 *-* "CALL *(ISRSUPC) 'FILECMP,DELTAL'"
>>   >L>   "CALL *(ISRSUPC) 'FILECMP,DELTAL'"
>>
>>  I was told by IBM I don't have ISRSUPC in the SYS1.LPALIB.  I had to use 
>> LINKMVS to get it to work.  CALL will just hang.
>> 
>Were they right?  Does LINKMVS succeed in cases where CALL * fails?
>
>"Just hang"?  No message?  No ABEND?  ...
>
>I had thought that CALL* uses the same TASKLIB/STEPLIB(/ISPLLIB) search
>order as LINKMVS.
>
>Did it at least get you to just hang up the phone for a while?

It does seem odd that the CALL command would simply hang. But yes, I believe 
that LINKMVS will work in cases where CALL won't. 

I also believe that Dave meant "I was told by IBM that I _have_ ISRSUPC in 
SYS1.LPALIB, rather than _don't have_.  CALL expects to find its target in the 
standard library search order (Tasklib (including STEPLIB/JOBLIB), Linklist) 
and I do not think it will find a module that is only in LPA. LINKMVS (also 
LINK, LINKPGM, and probably the ATTACH variants) will find things that are only 
in LPA, and I believe that explains why LINKMVS worked for him.

-- 
Walt

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to