Cobol v6 processor require 200M region, how can Endevor accomandate this requirement ?
Release : 18.0
Component : CA Endevor Software Change Manager
If Cobol 6 processor requires 200M region, increase the region in Web Service spawn task JCL:
/WSEWSSTC PROC MODULE=NDVRC1
//*
//$$$$$$@ EXEC PGM=&MODULE,
// PARM='BC1PAPI0',
// DYNAMNBR=1500,REGION=200M
Define a separate started task and .cfg file for this purpose and use it only for generating elements If setting all web service STCs to 200M region is an issue.
A workaround could also be tried with the use of Submit Package to do the generates, but that would be a last resort.