Hello everyone. To anyone who helped me in the past: thank you. And to anyone who can help with this problem, thank you in advance.
I'm having trouble determining what is wrong with a single chain command. Here is the error I'm receiving:
Factor 1 @@SO# is not valid for the specified operation.
Here is the definition and use of the field, along with the chain command:
In this case, MSOFMT is the record format name of the file. As you can see, @@SO# is not a keylist, it is simply a stand alone varible. Here is the DDS from the file showing the keyed fields:
MSOSO# is the only keyed field in the file, so this is not an issue concerning the order of key fields. As you can see, MSOSO# and @@SO# are both 9A fields, so there is not problem there.
There's obviously something I'm missing, but does anyone know what it is?
I'm having trouble determining what is wrong with a single chain command. Here is the error I'm receiving:
Factor 1 @@SO# is not valid for the specified operation.
Here is the definition and use of the field, along with the chain command:
Code:
D @@SO# S 9A
C @@SO# Chain MSOFMT
In this case, MSOFMT is the record format name of the file. As you can see, @@SO# is not a keylist, it is simply a stand alone varible. Here is the DDS from the file showing the keyed fields:
Code:
A MSOSO# 9A TEXT('ORDER NUMBER')
A K MSOSO#
MSOSO# is the only keyed field in the file, so this is not an issue concerning the order of key fields. As you can see, MSOSO# and @@SO# are both 9A fields, so there is not problem there.
There's obviously something I'm missing, but does anyone know what it is?