Hi, I want to embed a "||" in my autosys command. It sort of works in that in a situation where "||" would NOT be executed, autosys exits cleanly, quietly and normally; but in an instance where it executes the command after it, I see " parent returned from wait, exit code 256 (0 1) " in the job log on the client, and a job fail.This implies that the shell is reading it correctly logically speaking!The command after the "||" is simply "/bin/date" (for now). RegardsLL. ps. here's an example (replace AAA and BBB with two variables, commands, whatever :-) ) [ AAA = BBB ] || /bin/date