Code
Output
*&---------------------------------------------------------------------* *& Report ZSPACE *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* REPORT ZSPACE. DATA : a TYPE char18 VALUE 'Blank Space', b TYPE char4 VALUE 'Before', c TYPE numc2 VALUE 01. DATA : res TYPE string. CONCATENATE a b c INTO res RESPECTING BLANKS. WRITE res. |
Output
Previous Page |
No comments:
Post a Comment
Note: only a member of this blog may post a comment.