gtpo1m7a | Operations |
Use this command to define an empty image or to redefine an existing image.
You define an image by associating an initial program load (IPL) area and a program area with the image. You redefine an image by changing the IPL area, program area, or both areas that are already associated with the image.
Requirements and Restrictions
You must disable an existing image before you can redefine it. Use the ZIMAG DISABLE command to disable the image.
Format
|
Additional Information
ZIMAG HELP
ZIMAG ?
Examples
In the following example, the IMAGEABC image is defined as image number 1, which consists of IPL area 2, program area 5, and CIMR area 1.
+--------------------------------------------------------------------------------+ |User: ZIMAG DEF IMAGEABC NUM 1 IPL 2 PROG 5 | | | |System: IMAG0001I 19.39.59 IMAGE 1 DEFINED | | IMAGE NAME IMAGEABC | | IPL AREA 2 | | PROGRAM AREA 5 | +--------------------------------------------------------------------------------+
In the following example, the IMAGEABC image is redefined to use IPL area 3. The program area remains the same.
+--------------------------------------------------------------------------------+ |User: ZIMAG DEF IMAGEABC NUM 1 IPL 3 | | | |System: IMAG0002I 19.39.59 IMAGE 1 REDEFINED | | IMAGE NAME IMAGEABC | | IPL AREA 3 - WAS 2 | | PROGRAM AREA 5 - WAS 5 | +--------------------------------------------------------------------------------+
Related Information
See TPF System Installation Support Reference and TPF System Generation for more information about TPF images.