On Thursday 02 March 2009 15:35, Joseph Reichman wrote: >I was wondering if anyone has any information regarding >invoking IBM Sort Dynamically from a program > Converting from VSE/SyncSort to z/os/DFSORT > I was wondering what a 24 bit parameter list value was
There are several solutions. I was involved in the conversion to MVS of over 25,000 VSE assembler programs, thousands of which invoked IBM, SYNCSORT or CA SORT. The project I remember best had over 700 VSE assembler programs which invoked SORT. The best solution we have is VSESORT, an assembler module which is very easy to use: just change LOAD SORT to LOAD VSESORT in your programs. http://gsf-soft.com/Prism-CS/RunTime.shtml Again, we have over 10 different solutions to this problem. If you are interested, contact me at this address: [email protected] Our Prism Conversion System automatically converts programs in all languages, particularly assembler programs. http://gsf-soft.com/Prism-CS/LCP.shtml -- Gilbert Saint-Flour GSF Software http://gsf-soft.com/ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

