The STRIPSPACE parameter determines whether to remove trailing space characters when performing WRITE or REWRITE operations on line sequential
                  or line advancing files.
            
            
               Syntax:
               
               
               
                   
                  STRIPSPACE
                  =
                   { 
                  ON
                   } 
                   { 
                  OFF
                   } 
                   
                  
               
               
             
            
            
               Parameters:
               
               
               
                  
                  
                  - ON
- Remove trailing space characters when performing WRITE or REWRITE operations on line sequential or line advancing files.
- OFF
- Do not remove trailing space characters when performing WRITE or REWRITE operations on line sequential or line advancing files.