Syntax:
               
               CALL "C$XML" USING CXML-SET-STANDALONE, handle, new-standalone
                
            
            
               Parameters:
               
               
               
                  
                  
                     
                        
                        
                        
                        
                           
                           
                              
                              | CXML-SET-STANDALONE | Op-code 44. Numeric data item that specifies the operation to perform. Each operation is defined in acucobol.def, which is included with your system. | 
                           
                           
                              
                              | handle | USAGE handle | 
                           
                           
                              
                              | new-version | pic x(n) | 
                           
                        
                        
                     
                   
                  
                
               
             
            
            
               On Entry:
               
               
               
                  
                  
                     
                        
                        
                        
                        
                        
                           
                           
                              
                              | CXML-SET-STANDALONE | Value 44 | 
                           
                           
                              
                              | handle | A parser handle. | 
                           
                        
                        
                     
                   
                  
                
               
             
            
            
               On Exit:
               
               
               
                  
                  
                     
                        
                        
                        
                        
                        
                           
                           
                              
                              | RETURN-CODE | Can either be “no” or “yes”, which puts the corresponding value into the XML file. Any other value causes the stand-alone
                                 attribute to be omitted from the XML file. |