hi
i am working on PI 731 single stack
the scenario is file(fcc) to file(fcc)
(1) in file sender if the field A has value "X" then we do not have to process file. How can we achieve it ?
(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.