of these commands for you, so that if you want to compile, load, and
execute a single source file, or load and execute a
you can use the
Commands to Develop and Test
command:
set dos on
you are in the
the
it resides and specify the mode letter on the
access 132 c
set dos on c
you can assign system and programmer logical units with the
assgn
If the device is a disk device, you can set up a data definition with
the DLBL command:
assgn
dlbl infile b dsn .yinput file
definitions with the
listio a
query dlbl
If you are an
source file with the
assemble myprog
A
library; you can link-edit
the
doslked myprog new lib
Then, use the
FETCH command to bring the phase into virtual storage:
global doslib newlib
fetch myprog
The
start
36