cancel
Showing results for 
Search instead for 
Did you mean: 

how to suppress the leading zeros , -ve sign in scripts

Former Member
0 Kudos

Hi all,

I was asked to suppress the leading zeros in a field while using a script.

also how to suppress the negative sign in the scripts.

Regards,

Saroja.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi Saroja,

<u>Sign</u>

&ITCDP-TDULPOS& -> 100.00-

&ITCDP-TDULPOS(S)& -> 100.00

<u>zero</u>

&DAY& -> 01

&DAY(Z)& -> 1

Hope this helps,

Sajan Joseph.

Former Member
0 Kudos

I was asked to suppress the leading zeros in a field while using a script.

use CONVERSION_EXIT_ALPHA_OUTPUT FM

also how to suppress the negative sign in the scripts.

use CLOI_PUT_SIGN_IN_FRONT