====== SetLiteral ====== Set a field to a literal value. ===== Phase ===== This instruction is used by the TapeTrack Import Engine. ===== Syntax ===== ''SetLiteral(field, value);'' ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |field| String|The field name to set.|1|128| |value| String|The field value to be set.|1|100| ==== Example ==== Set field REPOSITORY to ''ACME''. SetLiteral(REPOSITORY, "ACME"); ===== See Also ===== [[engine:import|Import Engine Functions]] \\ [[cli:sync_fields|Sync Engine Fields]] \\ [[cli:tmss10sync|TMSS10Sync]] {{tag> import_engine sync_engine}}