Author: sergeyken
Posted: Mon Aug 28, 2017 9:52 pm (GMT 5.5)
I always recommend to any topic starter, not to be lazy, and carefully re-format his code presented to public - for code itself to be easier to understand (and to update during debugging).
In this case it's getting easier also to temporary comment-out separate lines while debugging and testing it.
_________________
Tyrannosaurus-REXX
Posted: Mon Aug 28, 2017 9:52 pm (GMT 5.5)
I always recommend to any topic starter, not to be lazy, and carefully re-format his code presented to public - for code itself to be easier to understand (and to update during debugging).
Code: |
SORT FIELDS=COPY OUTFIL REMOVECC, BUILD=(1:C'SYSTEM', 21:131,6, 41:81,19, 61:51,20, 82:C'SKEL-ALL-SYS-ISSUE', 102:131,6, 108:C' ', 125:X), HEADER1=(1:C'UPDATER', 21:C'PLUSS ID', 41:C'LAST NAME', 61:C'FIRST NAME', 82:C'TEMPLATE', 102:C'PLUSS ID'), HEADER2=('') |
In this case it's getting easier also to temporary comment-out separate lines while debugging and testing it.
_________________
Tyrannosaurus-REXX