CoSORT
Easily Migrates VSE JCL Sort Parms to UNIX and Windows
All
CoSORT packages include the free "vse2scl"
utility to convert VSE sort, merge and sum parms
in JCL into equivalent CoSORT sort control language
(SortCL) job specification
(.scl) files. The conversion utilityruns on the
command line and produces immediate results. The
resulting SortCL script performs the same steps
-- usually faster because of newer hardware, and
certainly less-expensively off the mainframe. In
addition, because the new application is in the
more modern and explicit syntax of SortCL, you can
easily expand the script to perform additional,
simultaneous transformations on the data. This is
more efficient than programming separate manipulation
passess in a 3GL (e.g. COBOL)program or shell (e.g.
PERL) script.
To
use vse2scl, move your existing JCL sort parms (as
a text file) to the UNIX or Windows platform running
CoSORT. Run the program on the command line:
| vse2scl
sortparms.mvs sortparms.scl |
The
application is now ready to run in CoSORT:
| sortcl
/specifications=sortparms.scl |
CoSORT's
vse2scl program can process almost any VSE mainframe
JCL sort and generates either ASCII or EBCDIC collating
sequence sorts. Most anything that vse2scl cannot
handle can be converted by an IRI agent or CoSORT
technical support.
|