8.86 LOADCORE (Load a core image from a file)

8.86.1 Function

The LOADCORE command allows you to load a binary data file into real storage. This function is used
mainly for emulator debugging purposes. A certain core snapshot that was saved can be restored at any
later time to reproduce some tests with identical real storage values. The file filename is presumed to be
a pure binary image file previously created via the SAVECORE command. Please note that you must
stop all CPUs (see STOP / STOPALL commands) before loading a core image from a file.

8.86.2 Syntax

Descriptive

filename [address ]

Diagram

Diagram





~¬¬¬¬¬¬
¬¬¬¬¬¬®

filename ¬¬¬¦¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¦¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ






address

8.86.3 Parameter

filename

This argument specifies the file name (and optionally the path) of the file from
which the core image will be loaded.

address

This specifies the start address of the real storage to where the saved file has to be
loaded to. A value of zero, the default, means the beginning of real storage.

8.86.4 Examples

Example 1:

Load a core image file to address zero of real storage.

HHC00013I Herc command: 'stopall'

HHC00013I Herc command: 'loadcore d:\core02.bin 0'

HHC02250I Loading file 'd:\core02.bin' to location 0

HHC02249I Operation complete

Figure 168: LOADCORE command

8.87 LOADPARM (Set IPL parameter)

8.87.1 Function

The LOADPARM command displays or changes the eight-character IPL parameter which is used by all
MVS based operating systems (MVS 3.8J, MVS/SP, MVS/XA, MVS/ESA, OS/390, z/OS) to select the
system parameter.

8.87.2 Syntax

Descriptive

ipl parameter]

Diagram

¬¬§¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ ¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬¬ÊÍ




ipl parameter

8.87.3 Parameter

ipl_parameter

The system parameter used for the IPL of the intended operating system. The pa-
rameters are operating system dependent, the manuals of the operating system
must be consulted for details.

8.87.4 Examples

Example 1:

Display the current LOADPARM setting.

HHC00013I Herc command: 'loadparm'

HHC02203I loadparm : 014800M1

Figure 169: LOADPARM command (display IPL parameter)

Previous Page Next Page