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

Update Record count in Exisitng trailer record


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

New User


Joined: 11 May 2009
Posts: 17
Location: Bangalore

PostPosted: Sun Mar 10, 2013 4:18 pm
Reply with quote

Hi All,
Need to update the Total record count and detail record count in the existing trailer record.
By using ICETOOL count is getting updated, but not as expected.
By giving the below sort card,
Code:
//CTL1CNTL DD *
   ......................
   IFTHEN=(WHEN=INIT,OVERLAY=(151:SEQNUM,9,ZD)), 
   IFTHEN=(WHEN=(1,1,CH,EQ,C'T'),                 
      OVERLAY=(2:151,9,ZD,TO=ZD,LENGTH=9,                             
               15:151,9,ZD,SUB,+2,TO=ZD,LENGTH=9))


Output looks like,
Code:
T00000083600000083D
(It should be 834 not 83D)

if i remove LENGTH=9 output looks like,
Code:
T000000836      834
(It should be 000000834 not 834)

Any suggestion please.

Thanks,

Code:
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: Sun Mar 10, 2013 4:30 pm
Reply with quote

Use EDIT or TO=ZDF.

You could also look at OUTFIL's IFTRAIL to replace your coding more conveniently.
Back to top
View user's profile Send private message
Sriramhari

New User


Joined: 11 May 2009
Posts: 17
Location: Bangalore

PostPosted: Sun Mar 10, 2013 8:11 pm
Reply with quote

Thanks a lot Bill, TO=ZDF worked as expected.

Thanks,
Back to top
View user's profile Send private message
mistah kurtz

Active User


Joined: 28 Jan 2012
Posts: 316
Location: Room: TREE(3). Hilbert's Hotel

PostPosted: Mon Mar 11, 2013 2:44 pm
Reply with quote

Hi Sriramhari

just out of curiosity..I wanted to know..if u were using Syncsort OR DFSort?
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: Mon Mar 11, 2013 3:03 pm
Reply with quote

Good spot mistah kurtz. Thanks.
Back to top
View user's profile Send private message
mistah kurtz

Active User


Joined: 28 Jan 2012
Posts: 316
Location: Room: TREE(3). Hilbert's Hotel

PostPosted: Tue Mar 12, 2013 9:48 am
Reply with quote

Thanks Bill. But I don't think I will get an answer considering that it 'worked as expected' !!
Back to top
View user's profile Send private message
Sriramhari

New User


Joined: 11 May 2009
Posts: 17
Location: Bangalore

PostPosted: Thu Apr 04, 2013 6:50 am
Reply with quote

Hi Mistah Kurtz,
It is SyncSort.

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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts To get the count of rows for every 1 ... DB2 3
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts To find whether record count are true... DFSORT/ICETOOL 6
Search our Forums:

Back to Top