Functions (ttadv2160s000)
Use this session to maintain the functions by package VRC. With the #include statement you can include a function in a program script. It can be useful and efficient to define a function and use it in more than one program script.
Field Information
- Package
 - Package
 - 
            
The description of the package.
 - VRC
 - VRC
 - VRC
 - Module
 - 
            
The function's module code.
 - Function
 - 
            
The function code. The package code combined with the module code and the function code forms the code that you must use in a program script as an include statement.
Example
Package Code: tt Tools
Module Code: aad Application Administration
Function Code: 0001 Convert User to Runtime DD
The entire code is: ttaad0001
If you want to include a function script in a program script, use the following statement: #include i<total function code>
So in this example use: #include ittaad0001
 - Function Description
 - 
            
The description of the function.
Note: If you click Text, you can add more details about the function. - Expired
 - 
            
If this check box is selected, the function is expired for this package VRC and all the package VRCs that are derived from it.
 - User
 - 
            
The user who created the function.
 - Date
 - 
            
The date that the function is created.
 - Last Update
 - 
            
The user who last updated the function. An update of the function is only detected when user option 2 is called and the function is changed during editing.
 - Date
 - 
            
The last date that the function was changed.
 - Tech.Documentation
 - 
            
If this check box is selected, additional text is available for the current function.
 - Release Notes
 - 
            
If this check box is selected, release notes are available for the current function.