Joined: 27 Apr 2005 Posts: 43 Location: United States
Could some one please point me in the right direction for how to define a unsigned packed field "PIC 9(10) COMP-3." that I am trying to match with a ZD field. There are no syntax errors, but it wont pick up the match until I manually change the input record from 'F' to 'C' .
This is my coding to OMIT a record from the input file and write that omitted record to another file and rewrite the original file without the omitted recd.
Joined: 27 Apr 2005 Posts: 43 Location: United States
I did try the suggestion of using formats PDC/PDF but got this syntax error
Code:
ICE270I 0 PROCESSING SYMNAMES STATEMENTS
SRTIN_KY1,6,6,PDC
$
ICE805I 1 JOBNAME: E501920I , STEPNAME: STEP01
ICE802I 0 BLOCKSET TECHNIQUE IN CONTROL
ICE272A 0 SYMBOL, VALUE OR SYNTAX IS INVALID
OMIT_KEY_PD1,*,6,PDC
$
ICE272A 0 SYMBOL, VALUE OR SYNTAX IS INVALID
ICE279A 0 ONE OR MORE ERRORS ENCOUNTERED DURING SYMNAMES PROCESSING
BTW: it is allowed to perform this conversion in-place, for not to introduce extra working fields. Usually it doesn't make any harm to other processing.