Job control fatal error (-4)

Post questions here relative to DataStage Server Edition for such areas as Server job design, DS Basic, Routines, Job Sequences, etc.

Moderators: chulett, rschirm, roy

attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

I am executing through Admin Client Command Window.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

OK, use a Select List. This is not SQL, so don't use SQL syntax. Use the following two commands, one after another.

Code: Select all

SELECT RT_LOG5276 WITH @ID LIKE "//..."
LIST.ITEM RT_LOG5276
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
attu
Participant
Posts: 225
Joined: Sat Oct 23, 2004 8:45 pm
Location: Texas

Post by attu »

Code: Select all

SELECT RT_LOG5276 WITH @ID LIKE "//..."
3 record(s) selected to SELECT list #0.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I gave you two commands. You only executed one of them.

Premium membership is not expensive, at less than 30c per day. It is one of the ways that the hosting and bandwidth costs of DSXchange are met, and well worth considering.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply