On 26/03/2014 12:25 PM, Paul Gilmartin wrote:
On Tue, 25 Mar 2014 22:08:05 -0400, Tony Harminc  wrote:

On 25 March 2014 21:50, Micheal Butz wrote:
"Alloc fi(myddnam) da('"my.pds.name(member)"') shr"

I get an error routine not found
You are calling a REXX function named my.pds.name(member) which
presumably is not what you intended. Why do you have those inner
double quotes?

Oops!  I did a Shmuel; I followed up without reading ahead to see that
I was largely repeating your answer.

Shame on you :^)

The OP is clearly inexperienced; stumbling over Rexx and DYNALLOC
quoting conventions.  And I suspect that "my.pds.name(member)"
has been redacted for security reasons.  Let me suggest something
that works:

     trace R; say bpxwdyn( 'Alloc fi(myddnam) da(''sys1.maclib(splevel)'') shr 
msg(WTP)' )

The OP should copy-and-past this into his EXEC; test to verify that it works,
then progressively edit to his intended DSNAME, testing again at several points
along the way until it's what he wants.

-- gil

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