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

Convert JMR date to readable format


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Wed Jul 28, 2010 2:15 am
Reply with quote

I have JMR batch report from prod. But the last run date is not in readable format. Eg: "10127 06:30:00"

How to comvert this date to some readable format?

Please help!
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 28, 2010 2:46 am
Reply with quote

Hello,

I guess i don't understand "unreadable". . . I'm also not sure what "JMR batch report from prod" is.

That looks very much like year 10, day 127, time 06:30:00. . .

What am i missing - it has been one of "those" weeks today. . . icon_wink.gif
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Wed Jul 28, 2010 1:14 pm
Reply with quote

What do the CA-JMR manuals say?
Back to top
View user's profile Send private message
a027412

New User


Joined: 05 Jul 2007
Posts: 40
Location: Minneapolis, MN

PostPosted: Wed Jul 28, 2010 8:01 pm
Reply with quote

Think Dick is correct. Used the following REXX function
Code:
RUNDATE = DATE(,RUNDATE,'J')
and converted into nice DD-MMM-YYYY format.
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 -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Replacing 'YYMMDD' with date, varying... SYNCSORT 3
No new posts Populate last day of the Month in MMD... SYNCSORT 2
No new posts Modifying Date Format Using DFSORT DFSORT/ICETOOL 9
No new posts Need to convert date format DFSORT/ICETOOL 20
No new posts Keep leading zero(s) after convert fl... SYNCSORT 7
Search our Forums:

Back to Top