Possible to left or right justify the data in sequential file using REXX.

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :rofl: :x :cry: :P :oops: :!: :twisted: :roll: :evil: :?: :idea: :arrow: :| :good: :mrgreen: :sorry: :unknown: :yes: :lol:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Possible to left or right justify the data in sequential file using REXX.

Re: Possible to left or right justify the data in sequential file using REXX.

by enrico-sorichetti » Fri Jun 24, 2016 1:33 am

 a Yes/No question deserves a Yes/No answer

YES

Re: Possible to left or right justify the data in sequential file using REXX.

by nicc » Thu Jun 23, 2016 3:21 pm

Try reading the Rexx Language Reference - Builtin functions.

Possible to left or right justify the data in sequential file using REXX.

by LeftJustifyREXX » Thu Jun 23, 2016 9:11 am

Hi,

This is not for a specific business requirement but for an intermediate process, is it possible to that we can left or right justify the data in sequential file using REXX for any lrecl and FB.

Top