Syntax:
 
               		 
               		CALL "C$XML" USING CXML-GET-STANDALONE, handle, dest
 
               	   
            	 
            
               Parameters:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | CXML-GET-STANDALONE 
                                 				  
                               |  
                              				  
                              Op-code 43. 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
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              |  
                                 					 dest 
                                 				  
                               |  
                              				  
                              pic x(n) for n >= 3
                                 				  
                               |  
                              				
                           
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
            
               On Entry:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              | CXML-GET-STANDALONE 
                                 				  
                               |  
                              				  
                              Value 43
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              |  
                                 					 handle 
                                 				  
                               |  
                              				  
                              A parser handle.
                                 				  
                               |  
                              				
                           
 
                           			 
                         
                        		  
                     
                    
                  		
                 
               	 
              
            	 
            
               On Exit:
 
               		 
               		
                
                  		
                  
                      
                        			  
                        			  
                        			  
                        			 
                         
                           				
                            
                              				  
                              |  
                                 					 dest 
                                 				  
                               |  
                              				  
                              The destination for the standalone value.
                                 				  
                               |  
                              				
                           
 
                           				
                            
                              				  
                              | RETURN-CODE
                                 				  
                               |  
                              				  
                               The return code is 
                                 					 0 if an error has occurred. The return code is positive if everything went correctly. 
                                 				  
                               |