I have a question about the Sign Trailing Separate clause.
I currently have a flat file that I'm reading in. It stores the value of my number like this.
PIC 9(05)v99 (value of number)
PIC x(01) (sign for that number)
Can I read that into a Sign Trailing Separate or a Sign Trailing Field set up like this.
PIC S9(05)V99 Sign Trailing Separate or
PIC S9(05)V99 Sign Trailing
What's the difference between the two? This is driving me crazy right now.
I currently have a flat file that I'm reading in. It stores the value of my number like this.
PIC 9(05)v99 (value of number)
PIC x(01) (sign for that number)
Can I read that into a Sign Trailing Separate or a Sign Trailing Field set up like this.
PIC S9(05)V99 Sign Trailing Separate or
PIC S9(05)V99 Sign Trailing
What's the difference between the two? This is driving me crazy right now.