How can I right justify character?

For example to right justify the constant "hello" in a variable declared as X(10).

Showing Answers 1 - 3 of 3 Answers

Rajiv Mishra

  • Nov 7th, 2007
 


While declaring the string variable, append the JUST clause.

ex: 01 string-variable Pic x(10) JUST


this will right justify the characters.......

similary u can also left justify the numbers....

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions