Author: Bill Woodger
Subject: Reply to: compare 2 records in seq. file & report differences
Posted: Tue Sep 20, 2016 3:05 pm (GMT 5.5)
You didn't notice a 256 byte limit?
Subject: Reply to: compare 2 records in seq. file & report differences
Posted: Tue Sep 20, 2016 3:05 pm (GMT 5.5)
You didn't notice a 256 byte limit?
Quote: |
ddname and n>0 indicates that an IFTHEN WHEN, BEGIN or END operand of an OUTFIL statement caused the error. ddname identifies the first data set in the associated OUTFIL group. n identifies the number of the associated IFTHEN clause (starting at 1 for the first IFTHEN clause in the OUTFIL statement). One of the following errors was detected: the length for a field with a format other than SS was greater than 256 the length for a PD field not used with NUM was 256 the length for a PD0 field was less than 2 or greater than 8 the length for a CSF or FS field not used with NUM was greater than 32 the length for a UFF or SFF field was greater than 44 the length for a CSL, CST, ASL, or AST field was 1 the decimal constant for an FI field was greater than +9223372036854775807 or less than -9223372036854775808 the decimal constant for a BI field was greater than 18446744073709551615 or less than +0 the number of digits (including leading zeros) in the decimal constant for an FI or BI field was greater than 31 the length for a Y2 field was not 2 for Y2C, Y2Z, Y2P or Y2S, or 1 for Y2D or Y2B, or 3â6 for Y2T or Y2W, or 2â3 for Y2U or Y2X, or 3â4 for Y2V or Y2Y a Y2 field was compared to another Y2 field with a different number of non-year digits a Y2 field was compared to a Y constant with a different number of non-year digits a Y2 field other than Y2S, Y2T or Y2W was compared to Y'LOW', Y'BLANKS' or Y'HIGH' a Y2 field was compared to a constant that was not a Y constant. |