How do I create a shareable image transfer vector on an AXP system?
This is something that was greatly simplified for OpenVMS AXP. You don’t need to create a separate transfer vector module; just use the SYMBOL_VECTOR statement in a linker options file. For example, if your shareable image has two routines named FOO and BAR, the linker options file should contain the following line: SYMBOL_VECTOR=(FOO=PROCEDURE, BAR=PROCEDURE) The Linker manual has more details on this.
Related Questions
- Create restorable image BACKUPs of each of the current system disks. If something gets messed up, you want a way to recover, right?
- Are there plans to create a way to transfer data from our main computer system to the E-Permitting system?
- Can I use Acronis True Image to transfer the system to a bigger drive?