|
View previous topic :: View next topic
|
| Author |
Message |
arun nehra
New User
.jpg)
Joined: 29 Nov 2008 Posts: 62 Location: mumbai
|
|
|
|
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 |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10902 Location: italy
|
|
|
|
| what does the panscan/panvalet manual say ?? |
|
| Back to top |
|
 |
arun nehra
New User
.jpg)
Joined: 29 Nov 2008 Posts: 62 Location: mumbai
|
|
|
|
| I searched through it but couldn't get any satisfactory result. |
|
| Back to top |
|
 |
dick scherrer
Moderator Emeritus

Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
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 |
|
 |
arun nehra
New User
.jpg)
Joined: 29 Nov 2008 Posts: 62 Location: mumbai
|
|
|
|
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 |
|
 |
enrico-sorichetti
Superior Member

Joined: 14 Mar 2007 Posts: 10902 Location: italy
|
|
|
|
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 |
|
 |
arun nehra
New User
.jpg)
Joined: 29 Nov 2008 Posts: 62 Location: mumbai
|
|
|
|
| Thanks All, |
|
| Back to top |
|
 |
|
|