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

Including header and trailer in flat files


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
JASON

New User


Joined: 24 Aug 2006
Posts: 2
Location: philippines

PostPosted: Mon Aug 28, 2006 6:40 am
Reply with quote

hi can anyone help me with my program...?
i need to include error log file in my program.
this error log file include a header, detail and 2 trailer.
the header holds the rundate
detail for the said error
the 1st trailer hold the number of error for the rundate
and the 2nd trailer computes for the previous number of error + the current number of error
the file should look like this one....
08272006 rundate
00001CN01XXXXXXXXDUPLICATE DATA error detail
00002CN01XXXXXXXXDUPLICATE DATA error detail
00003CN01XXXXXXXXDUPLICATE DATA error detail
000000000003 total number of error
000000000003 total error + previous error
08282006 rundate
00004CN01XXXXXXXXDUPLICATE DATA error detail
00005CN01XXXXXXXXDUPLICATE DATA error detail
000000000002 total number of error
000000000005 total error + previous error

how am i going to sort the error detail for the day without mixing up with header and trailers.??
and how am i going to know if what i read is a header or trailer??

i really need help badly...
thanks.
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Mon Aug 28, 2006 7:49 am
Reply with quote

Jason my friend,

For SORT questions, you should post this under VSAM & DFSORT. Mr. Frank Yaeger is the Wizard of Wizards when it comes to DFSORT. If it can be done Frank will know how.

Dave
Back to top
View user's profile Send private message
JASON

New User


Joined: 24 Aug 2006
Posts: 2
Location: philippines

PostPosted: Mon Aug 28, 2006 3:37 pm
Reply with quote

DAVE,

THANKS
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts Compare only first records of the fil... SYNCSORT 7
No new posts Merge two VSAM KSDS files into third ... JCL & VSAM 6
No new posts Joinkeys - 5 output files DFSORT/ICETOOL 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
Search our Forums:

Back to Top