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

Write decimal value to ouput file


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

New User


Joined: 21 Aug 2008
Posts: 5
Location: Pune

PostPosted: Thu Jul 29, 2010 5:51 pm
Reply with quote

I need to write a decimal value (8 N 2) to output file with decimal.
Please suggest how this can be done.


Thanks..
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Jul 29, 2010 5:58 pm
Reply with quote

Then why have you posted this in the ABENDS & Debugging forum.

Which language are we talking here, any more info would be appreciated.
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Jul 29, 2010 5:59 pm
Reply with quote

jkonica wrote:
I need to write a decimal value (8 N 2) to output file with decimal.
Please suggest how this can be done.


Thanks..


What language?

For Easytrieve you need to use a edit mask, read the manual.
Back to top
View user's profile Send private message
jkonica

New User


Joined: 21 Aug 2008
Posts: 5
Location: Pune

PostPosted: Thu Jul 29, 2010 8:40 pm
Reply with quote

Sorry .. i did not mention that...
yes...this is about easytrieve...
edit mask can be done to variables that r written to output file also?
Back to top
View user's profile Send private message
jkonica

New User


Joined: 21 Aug 2008
Posts: 5
Location: Pune

PostPosted: Thu Jul 29, 2010 9:06 pm
Reply with quote

I am writing a variable.. to an output file...
variable is..

OUT-AMT 17 8 N 2

When i write OUT-AMT to output file, its value is '00001234'
while on display it is 12.34...

while writing to file, it should be 12.34
Please suggest on this..
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: Sat Jul 31, 2010 9:59 am
Reply with quote

Hello,

Suggest you create the value (using the edit mask) in a working variable. Redefine this working variable as a character field. Then move the character redefinition to the output file.
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: Sun Mar 17, 2013 6:39 am
Reply with quote

An example PRINTER EXIT is now here.

This will allow you to use a MASK to edit a field, and then put that field on an output file.
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts Compare 2 files(F1 & F2) and writ... JCL & VSAM 8
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
Search our Forums:

Back to Top