NLMNLINRw.d Informat
         
         Reads the monetary format of the local expression
            for India.
         
         
            
               | Category: | 
               Numeric | 
            
            
               | Alignment: | 
               left | 
            
         
         
         
         
         
         
            Syntax 
            
            
            
               
                  Syntax Description
                  
                  - w
 
                     - 
                        
specifies the width
                           of the output field.
                        
                        
                      
                  
                  - d
 
                     - 
                        
optionally specifies
                           to divide the number by 10d. If the data contains decimal points, the d value is ignored.
                        
                        
                      
                  
                
             
          
         Example 
            In the following example,
                  the LOCALE= system option is set to English_UnitedStates. 
               
 
               x=input('($12,345.67)',nlmnlinr32.2);
y=input('($12,345.67)',dollar32.2);