Jump to content

(FOC419) FIXFORM SUBCOMMAND ELEMENT OR FIELDNAME NOT RECOGNIZED


Martin Yergeau
Go to solution Solved by Martin Yergeau,

Recommended Posts

Hi,

I had to add new fields in my MODIFY statement and then I always receive the error in subject of this topic.

However my FIXFORM and target master file contains the appropriated new fields in the right labelling, format and position.

Any ideas ?

MODIFY FILE PRODUCT_MAINTENANCE_REQUEST
FIXFORM FROM REQUESTDATA
MATCH REQUESTTYPE PARTNUM REQUESTEDDATE
   ON NOMATCH INCLUDE
   ON MATCH   REJECT
 DATA ON REQUESTDATA
END
-RUN
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...