pl1 bin float(21) format to decimal

In this Mainframe Forum - You can post your queries on DFSORT, ICETOOL , SyncSort & JCL Utilities

Moderators: Frank Yaeger, Moderator Group

Post Reply
iswar
Member
Posts: 1
Joined: Tue Nov 02, 2010 5:41 am

pl1 bin float(21) format to decimal

Post by iswar » Tue Nov 02, 2010 5:54 am

I have bin float(21) PL/1 datatype which is 4 byte long binary with first one being sign, the next one being the exponent the rest being the value in hexadecimal. I want to convert this to a decimal number, it is loss & expense value so the dollar amount would normally have 2 decimal values.

User avatar
Frank Yaeger
Moderator
Posts: 812
Joined: Sat Feb 18, 2006 5:45 am
Location: San Jose, CA
Contact:

Post by Frank Yaeger » Tue Nov 02, 2010 9:52 pm

DFSORT supports FL format for signed floating point hexadecimal values (4 or 8 bytes). I don't know if that's what you have or not. For more information on what FL values look like, see:

http://publibz.boulder.ibm.com/cgi-bin/ ... 0630155256

If it is FL, then DFSORT can convert it to an integer.
Frank Yaeger - DFSORT Development Team (IBM) - yaeger@us.ibm.com
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others