IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Find out how many users are inside a PDS members


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajesh-amigos
Currently Banned

New User


Joined: 03 Aug 2007
Posts: 25
Location: India

PostPosted: Fri Sep 07, 2007 1:49 pm
Reply with quote

I am trying to find out how many users are inside a PDS members.
I am using the following code:-

"ISPEXEC QUERYENQ QNAME(SPEDIT) RNAME(var1)
Save(Var4) XSYS"

Here Var4 is the file I want the results to be written into.
And Var1 is the PDS whose members I want to find out, whether they are being edited or not.

However when the file Var4 is written, It has SYSDSN in QNAME entry, rather than SPFEDIT. Can somebody tell me why is this so?

Also The RNAME has only the name of the PDS rather than the members.
What should I do to get the member names in RNAME entry.

If possible, can soembody describe me the significance of QNAME and RNAME. The IBM manula wasn't very helpful.
Back to top
View user's profile Send private message
nevilh

Active User


Joined: 01 Sep 2006
Posts: 262

PostPosted: Fri Sep 07, 2007 4:08 pm
Reply with quote

SYSDSN is the default change your qname specification to SPFEDIT (you had SPEDIT)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts IBM OnDemand Folders displaying to al... IBM Tools 6
No new posts VAGen Users IBM Tools 0
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Duplicate several members of/in one l... JCL & VSAM 7
Search our Forums:

Back to Top