This profile parameter is used to enable/disable the generation of GP information which is used when debugging or profiling applications or when using the code coverage feature.
| Possible settings | See GPGEN Parameter Syntax | |
|---|---|---|
| Default setting | none | See the default settings of the subparameters in GPGEN Parameter Syntax. | 
| Dynamic specification | yes | |
| Specification within session | no | |
The GPGEN parameter is specified as follows:
               
| GPGEN={(subparameter=value[,subparameter=value]...)} | 
Important:
Blank spaces are not allowed in the syntax. Use commas to
                          separate the syntax elements.
                  
Where:
| Subparameter | Value | Description | 
|---|---|---|
DEBUGGER |  
                                
                         
                                    
                            
 Default:   |  
                               
                     |
ON |  
                                
                        GP information for the Debugger is generated. | |
OFF |  
                                
                        GP information for the Debugger is not generated. | |
PROFILER |  
                                
                         
                                    
                            
 Default:   |  
                               
                     |
ON |  
                                
                        GP information for the Profiler is generated. | |
OFF |  
                                
                        GP information for the Profiler is not generated. | |
COVERAGE |  
                                
                         
                                    
                            
 Default:   |  
                               
                     |
ON |  
                                
                        GP information for code coverage is generated. | |
OFF |  
                                
                        GP information for code coverage is not generated. | |
GPGEN=(DEBUGGER=ON,PROFILER=ON,COVERAGE=ON)