Page of GC20-1801-10 As Updated April 1, 1981 by TNL GN25-0837
Loading andSavinq Discontiguous Saved Segments of
Addresses: Numbers
LSince the NAMESYS macro requires you to specify page and segment
numbers, and theCMSXGEN, DOSGEN, and VSAMGEN procedures require you to
enter hexadecimal addresses, you may find the following reference
information useful.
1 Page =4K = X'1000' 1 Segment = 64K = X'10000' To convert a page number to a segment number, divide the page number by
16.
since one segment is10000 in hexadecimal, then 20000 is segment 2, 100000 is segment 16, 1COOOO is segment 28, and so on.
The recommended procedure for loading and saving the discontiguous
saved segments as described in Figure 31 is:
1. During the system generation procedure(Step CMSXGEN EXEC procedure to load and save the
address100000. 23), invoke the CMSSEG segment at
2. Perform the InstallationVerification Procedure.
3. Redefine storage to16M, IPL CMS and access the system disk again.
4. Invoke theDOSGEN procedure to load and save the INSTVSAM segment
at addressFEOOOO. 5. Redefine storage to 2112K, IPL CMS and access the system disk
aqain.
6. Define the system name of theCMS/DOS segment to INSTVSAM by
issuing theCMS command:
set sysname cmsdos instvsam
7. Invoke theVSAMGEN EXEC procedure to load and save the CMSVSAM and CMSAMS segments at addresses iiOOOO and 170000, respectively.
8. Invoke theDOSGEN EXEC procedure to save the CMSDOS segment at
address1FOOOO. The system name entry in the SYSNAMES table
defaults toCMSDOS. 9. Text files must have a filetype of TEXT. For example, after you
have updated an object module usingVMFASM, the most recent object
file has a filetype such asTXTLOCAL. To use that text file here,
you must rename it to a filetype ofTEXT. If there is currently a
text file on the system disk, you may want to rename it too, so
that your updated text file (which may reside on another disk) is
the one that is loaded.
loading andSaving the eMS/DOS Segment Called INSTVSAM Use the DOSGEN EXEC procedure to load and save the CMS/DOS segment
calledINSTVSAM. This eMS/DOS segment is used only for the installation
ofV5AM and Access Method Services. Part 3. Generating VH/370 (CP, CMS, RSCS, and IPCS) 269
Loading and
Addresses:
L
numbers, and the
enter hexadecimal addresses, you may find the following reference
information useful.
1 Page =
16.
since one segment is
The recommended procedure for loading and saving the discontiguous
saved segments as described in Figure 31 is:
1. During the system generation procedure
address
2. Perform the Installation
3. Redefine storage to
4. Invoke the
at address
aqain.
6. Define the system name of the
issuing the
set sysname cmsdos instvsam
7. Invoke the
8. Invoke the
address
defaults to
have updated an object module using
file has a filetype such as
you must rename it to a filetype of
text file on the system disk, you may want to rename it too, so
that your updated text file (which may reside on another disk) is
the one that is loaded.
loading and
called
of