(2) Few fields we have to make Right justified,Zero to the left. Field B takes 5 character.If B gets the value 23,then output should be 00023. How can we achieve it -
zero to left depends on input,input is dynamic ,if input is 2 then 4 zero to be added 00002, if input is 23 then 3 zeros to be added,so the link u shared is not helpful in it.
pls advise other stuff.