Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

a doubt in script

Former Member
0 Likes
276

what does this mean ,&J_1IEXCDTL-EXBED(CIZ)& the one in braces (CIZ)

thanks in advance

1 ACCEPTED SOLUTION
Read only

JozsefSzikszai
Active Contributor
0 Likes
257

hi,

C: spaces are compressed (i. e. always exactly one space between words)

I: initial values are supressed (if value is 0, it won't be printed)

Z: leading zeros are supressed ( value is 01, printed will be : 1)

hope this helps

ec

1 REPLY 1
Read only

JozsefSzikszai
Active Contributor
0 Likes
258

hi,

C: spaces are compressed (i. e. always exactly one space between words)

I: initial values are supressed (if value is 0, it won't be printed)

Z: leading zeros are supressed ( value is 01, printed will be : 1)

hope this helps

ec