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

How to Generate Seqnum othe than '1'


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

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Wed Mar 14, 2007 1:55 am
Reply with quote

Hi,

I would like to generate sequence no. in the the output file starts from '1001'. Kindly let me know what is the syntax for that in DFSORT.

Regards,
Chand
Back to top
View user's profile Send private message
Frank Yaeger

DFSORT Developer


Joined: 15 Feb 2005
Posts: 7129
Location: San Jose, CA

PostPosted: Wed Mar 14, 2007 1:59 am
Reply with quote

Use START=1001 with SEQNUM. For example:

Code:

   INREC OVERLAY=(81:SEQNUM,8,ZD,START=1001)
Back to top
View user's profile Send private message
chandrakanth_s

New User


Joined: 15 Mar 2006
Posts: 13

PostPosted: Wed Mar 14, 2007 2:14 am
Reply with quote

Hi Frank,

Thanks..It worked fine.

Regards,
Chandra
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 Generate random number from range of ... COBOL Programming 3
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
No new posts JSON Generate COBOL Programming 2
No new posts Creating additional seqnum/Literal wh... DFSORT/ICETOOL 4
No new posts XML-GENERATE to render edited numeric COBOL Programming 0
Search our Forums:

Back to Top