AnthonyLH Posted October 11, 2016 Share Posted October 11, 2016 Dear all, Is it possible to increase the number of provided P and Q variables? From my understanding the limits are 65,536 P variables and 8,192 Q variables. I would like to increase thoses limits. Thank you. Link to comment Share on other sites More sharing options...
bradp Posted October 11, 2016 Share Posted October 11, 2016 You can not change the number of variables. You can change how many are reserved for automatic mapping (where the Global myvar; would start allocation) as the default is 8191. If you need more space perhaps you can use the user buffer with sys.Ddata[] access. Link to comment Share on other sites More sharing options...
AnthonyLH Posted October 11, 2016 Author Share Posted October 11, 2016 Thank you Brad Link to comment Share on other sites More sharing options...
Recommended Posts