Error while creating SAS dataset.

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
saraswati
Premium Member
Premium Member
Posts: 149
Joined: Thu Feb 28, 2008 4:25 pm

Error while creating SAS dataset.

Post by saraswati »

There is a job which reads from a sequential file and writing into a SAS dataset.

The job is failing due to an error:

main_program: Syntax error: Error in "copy" operator: Error in output redirection: Expected output name, got: "]", line 95; text:
0>]

Please someone help me to get this resolved.
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Please post your code in the DATA step of the SAS stage. Also, post SAS log on OBS and variables, as well as any ERROR message.
Post Reply