Loading...
   
      
 
                    Select Version
                  
                   
                
                          &pagelevel(5)&pagelevel
| Domain: | Procedure information | 
The SDF-P-VERSION( ) function provides information on the installed version of the (chargeable) subsystem SDF-P or on the current version of the subsystem SDF-P-BASYS contained in the basic configuration.
Format
| SDF-P-VERSION( ) | 
| FUNCTION-RANGE = *STD / *BASIC | 
Result type
STRING
Input parameters
FUNCTION-RANGE = *STD
Current version of the (chargeable) subsystem SDF-P, if this is loaded, otherwise the current SDF-P-BASYS version.
FUNCTION-RANGE = *BASIC
Current version of the subsystem SDF-P-BASYS contained in the basic configuration.
Result
Version information in the form of a string.
Error messages
None
Example
/A = SDF-P-VERSION /B = SDF-P-VERSION(FUNCTION-RANGE=*BASIC) /SHOW-VARIABLE (A,B) A = V02.5E10 B = V02.5E10