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

Panscan for searching through PANVALET


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Feb 08, 2010 7:13 pm
Reply with quote

Hi,

I am using PANSCAN utility for searching through PANVALET like the one below. where i search through all the members that are present in the panvalet.

//TXXXXXA JOB (00-805-520,QZ2),'PANSCAN ',CLASS=T,
// MSGCLASS=Q,
// NOTIFY=TXXXXX
//PANSCAN EXEC PGM=PAN#8,REGION=4096K
//*PANDD1 DD DSN=AA.AA.XX,DISP=SHR
//SYSPRINT DD SYSOUT=*
//PANDD1 DD DSN=SYS3.SHADOW.PANLIB,DISP=SHR
//SYSIN DD *
++SCAN 'R*'," POINTS SET UP "

My question here is i have a PS (Say AA.BB.CC) that conatains specific members only where i need to make a search instead of all. what specific changes do i will need to make in case if it is feasible.

Regards
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Feb 08, 2010 7:17 pm
Reply with quote

what does the panscan/panvalet manual say ??
Back to top
View user's profile Send private message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Mon Feb 08, 2010 7:23 pm
Reply with quote

I searched through it but couldn't get any satisfactory result.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Feb 08, 2010 8:47 pm
Reply with quote

Hello,

Quote:
here is i have a PS (Say AA.BB.CC) that conatains specific members
A PS does not have "members". . .

Suggest you consider SUPERC rather than the Panvalet utility. . .
Back to top
View user's profile Send private message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Tue Feb 09, 2010 12:21 pm
Reply with quote

By Saying Members i mean list of modules in panvalet (library) where i need to make a search for the string that i mentioned above.

Regards
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Feb 09, 2010 12:27 pm
Reply with quote

the plain list should be reformatted according to the PANSCAN required format...
Code:
++scan mem01,"string"
++scan mem02,"string"
++scan mem99,"string"


lots of sort samples around on how to do it
Back to top
View user's profile Send private message
arun nehra

New User


Joined: 29 Nov 2008
Posts: 62
Location: mumbai

PostPosted: Tue Feb 09, 2010 2:16 pm
Reply with quote

Thanks All,
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Searching for a member but don't know... TSO/ISPF 6
No new posts Panvalet - 9 Character name - Issue c... CA Products 6
No new posts Searching a table for the field name? COBOL Programming 8
No new posts Copying Panvalet members to PDS CA Products 4
This topic is locked: you cannot edit posts or make replies. MEMOAPIX - Searching for a Reference ... All Other Mainframe Topics 13
Search our Forums:

Back to Top