How to display large numbers(without Exponential) in REXX



IBM's Command List programming language & Restructured Extended Executor

How to display large numbers(without Exponential) in REXX

Postby tarun0712 » Mon Aug 01, 2016 7:36 pm

Hi,

According to my requirement I need to generate test data. First test data should be random and later on test data value should increase by 1 till Input number of test data is reached. Everything is working fine but i am getting result in exponential form instead i need in full long form. Any help would be appreciated.. :) Thanks. :)
tarun0712
 
Posts: 1
Joined: Mon Aug 01, 2016 7:28 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to display large numbers(without Exponential) in REX

Postby Akatsukami » Mon Aug 01, 2016 9:19 pm

Use NUMERIC DIGITS to allow the result to be expressed as a string of digits rather than in numeric form.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times


Return to CLIST & REXX

 


  • Related topics
    Replies
    Views
    Last post