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

Adding system date in Report title


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

New User


Joined: 29 Jun 2006
Posts: 25

PostPosted: Thu May 08, 2014 12:17 am
Reply with quote

Hi All,

We got a requirement to print the system date along with Report title in all pages of the report. I am using ICETOOL to create the report.

For example :

Rec_Reptx_YYMMDD.


here YYMMDD is system date. Please help me on how to acheive using ICETOOL.

Thanks,
Sudhakar.
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: Thu May 08, 2014 2:46 am
Reply with quote

And what did you not understand about the examples in the manual?
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: Thu May 08, 2014 2:31 pm
Reply with quote

Try this:

Code:
//SYSIN    DD *                               
  OPTION COPY                                 
  OUTFIL REMOVECC,                             
         HEADER1=(1:'REC_REPTX_',DATENS=(YMD))
//*                                           
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 Sysplex System won't IPL at DR site I... All Other Mainframe Topics 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Need to convert date format DFSORT/ICETOOL 20
Search our Forums:

Back to Top