SCF Reference Manual for the Kernel Subsystem
Adding a DEFINE to a Generic Process
To add a DEFINE to a generic process, enter an SCF ADD DEFINE command that specifies these
attributes:
• DEFINE name
• Class name
• DEFINE attributes
For more details, see the Guardian Programmer’s Guide.
Example: Adding a DEFINE
This example shows how to add the DEFINE attribute to a generic process.
-> ASSUME PROCESS $ZZKRN
-> ADD #GP, &
(DEFINE =ABC, CLASS MAP, FILE ABC)
-> START #GP
-> INFO,DETAIL
NONSTOP KERNEL - Detailed Info PROCESS \MANGO.$ZZKRN.#GP
*AutoRestart...............0
*BackupCPU.................Not Specified
*CPU.......................Not Specified
*DefaultVolume.............$SYSTEM.NOSUBVOL
*ExtSwap...................Not Specified
*Highpin...................ON
*HomeTerminal..............Not Specified
*InFile....................Not Specified
*Library...................Not Specified
*MemPages..................Not Specified
*Name......................$GP
*OutFile...................Not Specified
*PFSSize...................Not Specified
*PrimaryCPU................1
*Priority..................167
*Program...................$SYSTEM.SYSTEM.TACL
*SaveAbend.................OFF
*StartMode.................MANUAL
*StartupMessage............Not Specified
*StopMode..................STANDARD
*Type......................OTHER
*UserId....................SUPER.SUPER ( 255,255 )
*Defines :
=ABC.................................CLASS MAP, FILE
\MANGO.$SYSTEM.SYSTEM.ABC
Considerations for Adding an ASSIGN, PARAM, or DEFINE
• Before adding ASSIGN, PARAM or DEFINE, ensure that a generic process exists.
• ASSIGN, PARAM, or DEFINE can be added separately; that is, one at a time.
• You cannot use the same ADD PROCESS command to add both an ASSIGN and a PARAM.
• You cannot specify multiple DEFINEs in the same ADD command.
• For the FILE attribute of CLASS MAP DEFINEs, if you specify the SYSTEM subvolume, the SCF
searches for the file on the SYSTEM subvolume first and then on the current SYSnn subvolume.
Configuring and Managing ASSIGNs, PARAMs, and DEFINEs for a Generic Process 61