SH UniVerse Command on Windows

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

Post Reply
adamski
Charter Member
Charter Member
Posts: 54
Joined: Thu Mar 20, 2003 5:02 pm

SH UniVerse Command on Windows

Post by adamski »

Hi

When at the UniVerse command line on a Windows installation, how do you shell out to the Windows command line?

SH only works for UNIX.

Thanks in advance

Adamski
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

DOS, funnily enough.

The switch for immediate return after completing the command is /C
Example:

Code: Select all

DOS /C "dir *config"
SH works if you are on version 7.5x2 with parallel jobs licensed. This takes you to a "UNIX" shell - actually MKS Toolkit.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
adamski
Charter Member
Charter Member
Posts: 54
Joined: Thu Mar 20, 2003 5:02 pm

Post by adamski »

Thanks Ray

MS Moving slowly.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

MVS - mine's very slow. :lol:
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