Bruce, interesting. I see the same on my 1.13 system. The doc is a little 
unclear, but it looks like for what you want to do, you'd issue D 
PROG,LNKLST,USERS,CURRENT. Which is basically your first command. Your second 
command is essentially the first option in the definition in system commands: 

D PROG,LNKLST[,NAME=[lnklstname|CURRENT] ]
    [,NAMES ]
    [,USERS,[CURRENT|NOTCURRENT|NAME=lnklstname]]
    [,ASID=asid ]
    [,JOBNAME=jobname ]
    [,L={a|name|name-a} ]

And on the first option, users isn't valid. 

On this item from system commands, there really should be 'or' bars before 
NAMES,USERS,ASID,and JOBNAME. Though you're right, it should give you an error, 
as this does not: 

/d prog,lnklst,name=current,bob=dumb

Then again, it's actually kind of nice that it doesn't give you an error. Sort 
of an 'I know what you mean..' :) 

Mary Anne 


On Wed, 17 Oct 2012 10:38:53 -0500, Bruce Schaefer <bruce.s...@gmail.com> wrote:

>Hello list,
>Am I wrong to expect the same response from these commands:
>
>D PROG,LNKLST,USERS,NAME=CURRENT
>D PROG,LNKLST,NAME=CURRENT,USERS
>
>On my z/OS 1.12 systems, anything after NAME=CURRENT is ignored, including 
>invalid options.
>
>Thanks

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