Hi David, I contected the input and output tables to the transformation and changed the code Set &_input1; and Data &_output1; I get this below error message : 12064 Data &_output1; /*DEFINE NEW TABLE TO BE CREATED*/ _ 22 200 ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, /, ;, _DATA_, _LAST_, _NULL_. ERROR 200-322: The symbol is not recognized and will be ignored. 12065 set &_input1; /*DEFINE WHERE DATA SHOULD COME FROM*/ _ 22 200 WARNING: Apparent symbolic reference _INPUT1 not resolved. ERROR: File WORK._INPUT1.DATA does not exist. ERROR 22-322: Syntax error, expecting one of the following: a name, a quoted string, ;, CUROBS, END, INDSNAME, KEY, KEYRESET, KEYS, NOBS, OPEN, POINT, _DATA_, _LAST_, _NULL_. ERROR 200-322: The symbol is not recognized and will be ignored. Not sure if I need to define these variables "_input1" and "_output1". Thanks Ramaa
... View more