What is the primary function of VSE-ON-MVS?
VSE-ON-MVS allows z/VSE assembler applications to be re-assembled for execution on z/OS. This enables organizations to migrate applications from z/VSE to z/OS without requiring extensive code modifications. The product facilitates the reuse of existing VSE assembler code, reducing migration costs and risks.
How does VSE-ON-MVS facilitate the migration of assembler code?
VSE-ON-MVS supports the re-assembly of VSE assembler source code. Users can utilize the provided libraries and tools to translate and adapt the code for the z/OS environment. This process includes handling differences in system calls, data structures, and other platform-specific elements.
What libraries are included with VSE-ON-MVS?
The product provides a set of libraries that emulate VSE system services on z/OS. These libraries handle system calls, I/O operations, and other VSE-specific functions. This allows the re-assembled code to function correctly within the z/OS environment.
How much code modification is typically required when using VSE-ON-MVS?
VSE-ON-MVS aims to minimize the need for code changes. However, some modifications may be necessary to address platform-specific differences. The product provides tools and documentation to assist with these adjustments, ensuring a smooth migration process.