On Wed, 30 Oct 2013 07:48:04 -0500, don isenstadt wrote:
>
>One last issue I had was that at first I used a string variable to my program 
>in linkmvs.. bad idea..
>the parameter list was not close to what you get coming in from JCL  via exec 
>pgm=xxx,parm='xxxx xxx'
> 
I'm incredulous  I've always found the interface to be identical.  (But I've 
used ATTCHMVS far
more than LINKMVS, which shouldn't matter.)

>After a few trips through abend-aid I decided to do exactly what I saw in the 
>example from MAIFRAME SUPPORTS
>and  did this..
>
>myparm = prm.i 
>address linkmvs "UTL45 MYPARM"
> 
I believe that should be:

    address linkmvs "UTL45" "MYPARM"

Or even:

    address linkmvs "UTL45" "prm.i"

(But I've never tried using a compound variable name as PARM.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to