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

adding a header to 110th column


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

Active User


Joined: 14 Dec 2008
Posts: 107
Location: India

PostPosted: Tue Mar 24, 2009 5:14 pm
Reply with quote

Hi all,

I am trying to add a header to a ps
i use the folllowing code
.
.
.
header1=('userid name place')

It adds the header to the ps correctly.
Bu, i have a problem herre, my ps has data up to 110th column.
But i am not able to code the header names in a single line in the header1 statement as i am allowed to code up to 72th column only.
Can anybody suggest me a method to give a header to the field starting at 110th column....

Thanks,
Ravi
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: Tue Mar 24, 2009 9:41 pm
Reply with quote

Ravi,

You can specify different strings at different positions like this:

Code:

  HEADER1=(1:'FIRST HEADER',
    51:'SECOND HEADER ',
    110:'THIRD HEADER')
Back to top
View user's profile Send private message
hiravibk
Warnings : 1

Active User


Joined: 14 Dec 2008
Posts: 107
Location: India

PostPosted: Wed Mar 25, 2009 8:41 am
Reply with quote

Hi Frank,

The method you suggested works fine..
Thnak you so much..

Thanks,
Ravi
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 Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts How to load to DB2 with column level ... DB2 6
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts RC query -Time column CA Products 3
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
Search our Forums:

Back to Top