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

Can DFSORT be used to search a String from a KSDS VB Format


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jsk

New User


Joined: 20 Feb 2006
Posts: 12

PostPosted: Tue Aug 27, 2013 8:01 pm
Reply with quote

Hello Experts,

I came across a requirement recently. Wondering, whether DFSORT have some techniques which can be used to implement this scenario?

Input file -VSAM KSDS- LRECL 8000 Bytes- VB format.
Requirement is to scan thru the file for a string of 4 bytes (example: "ABCD").
This string can occur anywhere in the record. Meaning we don't know the starting column position in the Record. It can be in any position of the varible byte file.
Requirement is to scan thru the VSAM file , search for "ABCD" and generate a report which says the total count of strings it found.

More or like our ISPF "Find all" macro.

Example:
Input Record:
Code:

ABCD 1234567ABCDTEST
TRY THIS LINE ABCD
COULD BE INTHIS LINE ABCD


Out put

Code:

ABCD found 4 times


Is this possible via DFSORT?

Understand that we can have this file downloaded to a PS file and play with ISPF / REXX/ Assembler.

Thank you,
JSK.
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: Tue Aug 27, 2013 8:15 pm
Reply with quote

Hello,

Why is this posted in the DB2 part of the forum?

It is being relocated.

Please advise if this really has something to do with DB2.
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Aug 27, 2013 9:34 pm
Reply with quote

If you have a look at this, you should be able to amend to produce a total for a file (OUTFIL reporting functions, with SECTIONS and TRAILER3).
Back to top
View user's profile Send private message
jsk

New User


Joined: 20 Feb 2006
Posts: 12

PostPosted: Wed Aug 28, 2013 8:46 pm
Reply with quote

Thanks a lot Bill. That worked.

Dick,
I'm sorry. I belive it was my mistake to post at wrong form.

Thanks,
JSK
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: Wed Aug 28, 2013 9:17 pm
Reply with quote

Quote:
I'm sorry. I belive it was my mistake to post at wrong form.

Not to worry - easily corrected icon_smile.gif

d
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Wed Aug 28, 2013 9:26 pm
Reply with quote

No problem, jsk. If you can post what worked for you, it may help someoone in the future.
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Populate last day of the Month in MMD... SYNCSORT 2
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Search two or more word with FILEAID Compuware & Other Tools 15
Search our Forums:

Back to Top