Library View Topics Framed Contents Revised Topics Previous Topic Next Topic Search Search ResultsPrevious Topic MatchNext Topic Match Notes List Notes Print Download No PDF Handheld DisconnectedHandheld ConnectedHelp

7.1.2 Function Definitions



Table 52provides an overview of the argument type, function type and value returned for each of the intrinsic functions. Argument types and function types are abbreviated as follows:


X The behavior of functions marked "(DP)" depends on whether the DATEPROC or
X NODATEPROC compiler option is in effect:


 Table 52. Table of Functions                                              
 Function Name        Arguments   Type   Value Returned                    
 ACOS                 N1            N    Arccosine of N1                   
 ANNUITY            
                    
                    
 N1, I2    
           
           
   N  
      
      
 Ratio of annuity paid for I2      
 periods at interest of N1 to      
 initial investment of one         
 ASIN                 N1            N    Arcsine of N1                     
 ATAN                 N1            N    Arctangent of N1                  
 CHAR               
                    
 I1        
           
   X  
      
 Character in position I1 of       
 program collating sequence        
 COS                  N1            N    Cosine of N1                      
 CURRENT-DATE       
                    
                    
 None      
           
           
   X  
      
      
 Current date and time and         
 difference from Greenwich Mean    
 Time                              
 DATE-OF-INTEGER (  
RevisionX  DP)                
 I1        
RevisionX            
   I  
RevisionX       
 Standard date equivalent          
RevisionX  (YYYYMMDD) of integer date        
RevisionX  DATE-TO-YYYYMMDD   
RevisionX  (DP)               
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX  I1, I2    
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX    I  
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX  Standard date equivalent          
RevisionX  (YYYYMMDD) of I1 (standard date   
RevisionX  with a windowed year, YYMMDD),    
RevisionX  according to the 100-year         
RevisionX  interval whose ending year is     
RevisionX  specified by the sum of I2 and    
RevisionX  the year at execution time        
RevisionX  DATEVAL (DP)       
                    
RevisionX                     
RevisionX  I1 or      RevisionX    I   RevisionX  Date field equivalent of I1 or X1 
                                   
RevisionX                                    
RevisionX  X1         RevisionX    X  
 DAY-OF-INTEGER (   
RevisionX  DP)                
 I1        
RevisionX            
   I  
RevisionX       
 Julian date equivalent (YYYYDDD)  
RevisionX  of integer date                   
RevisionX  DAY-TO-YYYYDDD     
RevisionX  (DP)               
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX  I1, I2    
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX    I  
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX  Julian date equivalent (YYYYDDD)  
RevisionX  of I1 (Julian date with a         
RevisionX  windowed year, YYDDD), according  
RevisionX  to the 100-year interval whose    
RevisionX  ending year is specified by the   
RevisionX  sum of I2 and the year at         
RevisionX  execution time                    
 FACTORIAL            I1            I    Factorial of I1                   
 INTEGER            
                    
 N1        
           
   I  
      
 The greatest integer not greater  
 than N1                           
 INTEGER-OF-DATE    
                    
 I1        
           
   I  
      
 Integer date equivalent of        
 standard date (YYYYMMDD)          
 INTEGER-OF-DAY     
                    
 I1        
           
   I  
      
 Integer date equivalent of Julian 
 date (YYYYDDD)                    
 INTEGER-PART         N1            I    Integer part of N1                
 LENGTH             
                    
 A1, N1,   
 or X1     
   I  
      
 Length of argument                
                                   
 LOG                  N1            N    Natural logarithm of N1           
 LOG10                N1            N    Logarithm to base 10 of N1        
 LOWER-CASE         
                    
 A1 or X1  
           
   X  
      
 All letters in the argument are   
 set to lowercase                  
 MAX                
                    
                    
                    
                    
                    
                    
 A1... or      X    Value of maximum argument; note   
 that the type of function depends 
 on the arguments                  
                                   
                                   
                                   
                                   
 I1... or      I  
 N1... or      N  
 X1...         X  
 MEAN                 N1...         N    Arithmetic mean of arguments      
 MEDIAN               N1...         N    Median of arguments               
 MIDRANGE           
                    
 N1...     
           
   N  
      
 Mean of minimum and maximum       
 arguments                         
 MIN                
                    
                    
                    
                    
                    
                    
 A1... or      X    Value of minimum argument; note   
 that the type of function depends 
 on the arguments                  
                                   
                                   
                                   
                                   
 I1... or      I  
 N1... or      N  
 X1...         X  
 MOD                  I1,I2         I    I1 modulo I2                      
 NUMVAL             
                    
 X1        
           
   N  
      
 Numeric value of simple numeric   
 string                            
 NUMVAL-C           
                    
                    
 X1 or     
           
 X1,X2     
   N  
      
      
 Numeric value of numeric string   
 with optional commas and currency 
 sign                              
 ORD                
                    
 A1 or X1  
           
   I  
      
 Ordinal position of the argument  
 in collating sequence             
 ORD-MAX            
                    
                    
 A1...,    
 N1..., or 
 X1...     
   I  
      
      
 Ordinal position of maximum       
 argument                          
                                   
 ORD-MIN            
                    
                    
 A1...,    
 N1..., or 
 X1...     
   I  
      
      
 Ordinal position of minimum       
 argument                          
                                   
 PRESENT-VALUE      
                    
                    
 N1 or     
 N2...     
           
   N  
      
      
 Present value of a series of      
 future period-end amounts, N2, at 
 a discount rate of N1             
 RANDOM               I1, none      N    Random number                     
 RANGE              
                    
                    
                    
 I1... or      I    Value of maximum argument minus   
 value of minimum argument; note   
 that the type of function depends 
 on the arguments.                 
 N1...     
           
   N  
      
 REM                  N1,N2         N    Remainder of N1/N2                
 REVERSE            
                    
 A1 or X1  
           
   X  
      
 Reverse order of the characters   
 of the argument                   
 SIN                  N1            N    Sine of N1                        
 SQRT                 N1            N    Square root of N1                 
 STANDARD-DEVIATION   N1...         N    Standard deviation of arguments   
 SUM                
                    
                    
 I1... or      I    Sum of arguments; note that the   
 type of function depends on the   
 arguments.                        
 N1...         N  
 TAN                  N1            N    Tangent of N1                     
RevisionX  UNDATE (DP)        
RevisionX                     
RevisionX                     
RevisionX  I1 or     
RevisionX ‘
RevisionX  X1        
RevisionX    I  
RevisionX ‘
RevisionX    X  
RevisionX  Non-date equivalent of date field 
RevisionX  I1 or X1                          
RevisionX                                    
 UPPER-CASE         
                    
 A1 or X1  
           
   X  
      
 All letters in the argument are   
 set to uppercase                  
 VARIANCE             N1...         N    Variance of arguments             
 WHEN-COMPILED      
                    
 None      
           
   X  
      
 Date and time when program was    
 compiled                          
RevisionX  YEAR-TO-YYYY (DP)  
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX  I1, I2    
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX    I  
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX  Expanded year equivalent (YYYY)   
RevisionX  of I1 (windowed year, YY),        
RevisionX  according to the 100-year         
RevisionX  interval whose ending year is     
RevisionX  specified by the sum of I2 and    
RevisionX  the year at execution time        
RevisionX  YEARWINDOW (DP)    
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX                     
RevisionX  None      
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX            
RevisionX    I  
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX       
RevisionX  If the DATEPROC compiler option   
RevisionX  is in effect, returns the         
RevisionX  starting year (in the format      
RevisionX  YYYY) of the century window       
RevisionX  specified by the YEARWINDOW       
RevisionX  compiler option; if NODATEPROC is 
RevisionX  in effect, returns 0              


The following topics define each of the Intrinsic Functions summarized in the previous table.

Previous Topic Next Topic © Copyright IBM Corp. 1991, 1998

IBM Library Server Copyright 1989, 2005 IBM Corporation. All rights reserved.





Return to library:   z/OS | z/OS.e | TPF | z/VSE | z/VM | IBM Hardware | IBM System z Redbooks
Glossary:   IBM terminology
Publications:   How to order publications
Readers:   Download IBM Library Reader | Download IBM Softcopy Reader | Download Adobe® Acrobat® Reader®
Library management:   Download IBM Softcopy Librarian
Contacts:   Contact z/OS


Adobe, the Adobe logo, Acrobat, the Acrobat logo, and Acrobat Reader are registered trademarks of Adobe Systems incorporated.