Hi @Shakti_Sourav
This happens now and then. In my experience, this particular behaviour is seen when a work table (or view) has one or more columns with empty names.
It is easy to fix if you have acces to the Metadata Browser found under Solutions -> Accssories in SAS Display Manager (also known as Base SAS).
Open the Metadata Browser and connect to the relevant Metatada Server
Make sure you have Brwese mode unchecked.
When the tree is displayed, right-click in the frame and select Find
Enter the search string Column?@Name=' '
If there are any columns without names, a list of objects is displayed.
For each column
- right click on it and select explore from here.
- in the right pane, right click on the Name attribute and select Modify
- enter a column name, just call then A, B C and so on.
Now the job should open, and you can open the transformations, locate the columns with names A, B, C and rename them.
... View more