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

How to view the fixed data in ps file


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
seman18

New User


Joined: 08 Feb 2009
Posts: 67
Location: hz

PostPosted: Fri Mar 06, 2009 9:18 am
Reply with quote

I save some data from datacom into one ps file, when I browse it, it shows
..?<03/04/09.....N03/05/09...
before "03/04/09", it is a fixed dec type data, then how can I get the exact number, thx!
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: Fri Mar 06, 2009 9:59 am
Reply with quote

Hello,

View the ps file in tso/ispf and issue HEX ON.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Mar 06, 2009 12:08 pm
Reply with quote

Hi,

What is "fixed data"?
Back to top
View user's profile Send private message
seman18

New User


Joined: 08 Feb 2009
Posts: 67
Location: hz

PostPosted: Fri Mar 06, 2009 12:39 pm
Reply with quote

Code:
..?.<03/04/09.....M03/05/09
00934FF6FF6FF00000DFF6FF6FF
2000C0310410900000403105109


so the fixed dec data is 020090304, thx, got it
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Fri Mar 06, 2009 12:46 pm
Reply with quote

Quote:
What is "fixed data"?

PL/I ( false ) jargon.

DEC FIXED attribute( COMP-3 ), BIN FIXED attribute ( COMP ) ....
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Fri Mar 06, 2009 12:57 pm
Reply with quote

Thanks PeD - I should have noticed the Part of the Forum... icon_redface.gif
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Fri Mar 06, 2009 1:07 pm
Reply with quote

No problem, Anuj. I am sure you decoded that reading the Seman18's thanks


And to Seman18, it also exists HEX (ON) DATA
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: Fri Mar 06, 2009 8:41 pm
Reply with quote

Hello,

Quote:
so the fixed dec data is 020090304, thx, got it
You're welcome icon_smile.gif

Please note that i've "Code"d your data for readability. Using the Code tag will preserve alignment.
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Store the data for fixed length COBOL Programming 1
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
Search our Forums:

Back to Top