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

How to check weather a line no is present or not


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pnkumar
Warnings : 2

New User


Joined: 27 Oct 2005
Posts: 24

PostPosted: Wed Mar 08, 2006 1:20 pm
Reply with quote

HI ALL,


I have to check weather a line no is present in the member or not .

I can't open the member in view or edit mode and use the FIND macro to check that as i have to check for some hundresds of members.

Can anyone suggest some other option.


Thanks in advance.

pallavi
Back to top
View user's profile Send private message
balajiofcrrcoe

New User


Joined: 07 Jul 2005
Posts: 41
Location: chennai

PostPosted: Wed Mar 08, 2006 3:19 pm
Reply with quote

Hi,
you can use the following job for it


//xxxx job NOTIFY=&SYSUID,
// CLASS=B,MSGCLASS=X
//SEARCH EXEC PGM=ISRSUPC,PARM=(SRCHCMP,'ANYC')
//*the below is ur pds where to find the characters
//NEWDD DD DISP=SHR,DSN=xxxxxx.xxxxxxx.SRCELIB
//*listing of the chrs found in the above pds will be written to below
//OUTDD DD DSN=xxxxxx.output,DISP=SHR
//*give the chars you want to search in sysin card
//SYSIN DD *
SRCHFOR 'ur search word'
/*
//


regards,
Samba
Back to top
View user's profile Send private message
pnkumar
Warnings : 2

New User


Joined: 27 Oct 2005
Posts: 24

PostPosted: Wed Mar 08, 2006 3:27 pm
Reply with quote

Thanks for your reply,



But my requirement is in REXX.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts rewrite same SAY line CLIST & REXX 8
Search our Forums:

Back to Top