This command reorders the reader queue to bring the listing file first.
Then issue:
readcard supvsr listing
edit supvsr listing create a eMS file centaining the assembly listing and to access it
fer the EDIT By using EDIT subcommands, a user can now scan
the listing for errors. If there are no errors, create a ces file, SUPVSR TEXT, from file 1502, which is now the first file in the reader
queue. If there are errors, issue:
erase supvsr listing
te discard the assembly listing, and
cp purge reader 1502 te remove the correspondi ng a ssembl y te xt deck. NOW, use the CftS editor to correct the supervisor macro instructions
and pass the job stream over to DOS/VS for another assembly. When a supervisor text deck is ready for cataloging, insert it into
a LINKEDIT DJCL job stream that was created from the ces file, ZLIE BOOKS (previously punched out). To insert the supervisor text deck,
issue the following commands: (from the CMS environment)
edit linkedit djcl (access the job stream)
next (position current line pointer)
delete 2 (remove CATALs and BKEND entries)
locate /include (position current line pointer)
getfile supvsr1 text (insert supervisor text deck)
file (replace updated job stream)
The updated LINKEDIT job stream can now be passed to DOS/VS for
execution. Either execute this phase interactively as on a real machine
or again use the CMS editor to tailor the LINKEDIT job stream; that is, remove any unnecessary jobs and remove the PAUSE statements from the
jobs that are to be run. As an option, the user can link-edit the IBe-supplied library and
service routines by using the portion of the LINKEDIT file that follows
the new supervisor deck.
ADDING I/O MODULES TO DOS/VS (DOS/VS RELEASE 34 AND EARLIER ONLY) The CMS editor can help assemble and catalog any additional Ioes mcdules. In the CMS environment, create a job stream file containing
all the IOCS macros to be assembled and ensure that each macro statement
includes the SEPASMB=YES entry. The following series of commands can he
entered:
cp spocl punch to *
cp purge reader all
punch iocsmods djcl
cp spool punch hold
cp spool printer to *
cp ipl 250 clear 80 IBM VM/370 operating Systems in a Virtual Machine
These commands send the job stream to the virtual reader, hold the
punch, and sFeol the printer to the reader. When the assemblies have been completed, reload CMS and examine the
listings for any errors by entering this series of commands: icp ipl ems
cp speol printer off
cp spool punch nohold
readcard iocsmods listing
edit iccsmods listing
(use EDIT subcommands to scan listing)
quit
If the there are errors, use the
entries and resubmit the job stream.
print iocsmods listing
to print the assellbly listing s. CMS editor to correct
If there are no errors,
the macro
enter:
Enter the following commands to build a job stream that catalogs the IOCS text decks to the system relocatable library:
cp change reader all nohold
readcard iocsmods text
edit catalrio djcl
input II job catalrlb
input II exec maint
getfile i oc smod s te xt
input 1* input 1& file
FINAL HOUSEKEEPING Once the basic system generation is complete, a number of
executed housekeeping procedures can be set up as job streams.
jeb streams te perform these procedures: Set new standard labels Reallocate library sizes Condense libraries Set automa tic condense limi ts
regularly
consider e CCFY the system residence pack (and private libraries) for backup Catalog eften-used job control statements and linkage editor control
statements to the procedure library
To initially create job streams and pass them to DOS/VS for testing,
fellow the same procedures as for system generation. After verifying
the jeb streams, use one job stream to catalog the other procedures to
the system's procedure library. !2te: When cataloging job control statements to the procedure library,
an installaticn can use the CMS editor. Section 3. DOS/VS in a Virtual Machine 81
Previous Page Next Page