How to accommodate COBOL v. 6 increased REGION requirements in Web Services
search cancel

How to accommodate COBOL v. 6 increased REGION requirements in Web Services

book

Article ID: 196409

calendar_today

Updated On:

Products

Endevor Endevor - ECLIPSE Plugin

Issue/Introduction

Cobol v6 processor require 200M region, how can Endevor accomandate this requirement ? 

Environment

Release : 18.0

Component : CA Endevor Software Change Manager

Resolution

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.