Application Development 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: 

How to use move instead of write.

Former Member
0 Kudos
76

Hi,

Ive a little doubt.

Is there a way to change the "write" by a "move" in the next sentence?

WRITE text-r35 TO w_fnam LEFT-JUSTIFIED.

But i want the text-r35 to be left justified when its moved to w_fnam.

Regards,

Roberto.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
46

If both fields are character and text-r35 is left justified, then the result will also be left justified whether you use MOVE or WRITE.

Rob

1 REPLY 1

Former Member
0 Kudos
47

If both fields are character and text-r35 is left justified, then the result will also be left justified whether you use MOVE or WRITE.

Rob