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

stop file read once any condition is satisfisfied


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

New User


Joined: 04 Jan 2008
Posts: 10
Location: hyderabad

PostPosted: Fri Jan 04, 2008 2:36 pm
Reply with quote

Hi,

i have a file as follows.

.12345
cfvb
fgff
.34567
dgfdf
hhfdhdf
fhfdh
.8797
ddsgsdf
gfgf

every '.' marks the begining of a new record.
i need to read one record( multiple lines is one record ) and move it to a another file and use it for some other processing.
how to just read one record and stop the further reading of the file. like once x'.' character is encountered in the first byte of the record, i need to stop reading from the file...the job should be terminated.

Thanks
Gpriya
Back to top
View user's profile Send private message
gpriyaeng

New User


Joined: 04 Jan 2008
Posts: 10
Location: hyderabad

PostPosted: Mon Jan 07, 2008 11:10 am
Reply with quote

what i meant was as follows. in the example mentioned, a single record is built in multiple lines and the char x'.' is the record separator. so x'.' marks the beginning of the next record. i want to read the multiple lines that form a record , concatenate them and write it as a single record in another file.

how do i stop reading from the file once i encounter the first x'.' ? this was the doubt. hope i'm clear.
Back to top
View user's profile Send private message
gpriyaeng

New User


Joined: 04 Jan 2008
Posts: 10
Location: hyderabad

PostPosted: Mon Jan 07, 2008 11:12 am
Reply with quote

i want the job to terminate as soon as the char x'.' is found.no further reading of the file should happen and return code shud be 0.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Fri Jan 18, 2008 9:20 pm
Reply with quote

Have you referred your problem to the SYNCSORT technical support folks? I'm sure they could offer you a solution that will fit your needs.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 0
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
Search our Forums:

Back to Top