xmvsconv

Top  Previous  Next

xmvsconv is a fully automated, highly customizable job converter. It is able to translate JOBs and PROCs coming from:

z/OS
OS/390
MVS
z/VSE
VSE
UniKix MBM

into:

CSH (C shell)
KSH (Korn shell)
WSH (Windows Script Host)

xmvsconv recognized the source syntax and logic and produces the corresponding script for the target interpreter. It may be customized by means of command line options and its configuration file. For further details, look at the JCL jobs migration section

Syntax

xmvsconv [options] <sourcejcl>

Commands

-v, --verbose

verbose mode

-o, --output <file>

sets the output file name

-t, --stdout

forward output to stdout

-n, --stdin

gets input from stdin (forces -t)

-c, --customize <file>

specifies the configuration <file>

-a, --aux <file>

specifies the auxiliary configuration <file>

-p, --proc

convert as proc

-d, --dlbl

generates dlbl_

   --nocond

ignores COND=

-x, --xbm

prepares for XBM

-h, --help

displays help

-D, --docs

displays docs

-e, --vse

assume source file to be a VSE job

-s, --ebm

assume source file to be an UniKix job

-k, --ksh

generates Korn shell

-w, --wsh

generates WSH (Windows Script)