Would like to have multi Environments in The Endevor Sample application. I would like 3 Environments just like we have in production.
Release : 18.1
Component : CA Endevor Software Change Manager
sample application is provided with 2 Environments
Attached a sample application that has 3 applications 2 Development Environments and a Production Environment.
The attached file CSIQSAMP.TRS is a tersed version of the PDSE CSIQSAMP. Download the attached file to you PC then upload to the mainframe. Ensure that you pre allocate the file with DCB=(DSORG=PS,RECFM=FB,LRECL=1024,BLKSIZE=0) then download the file with no File conversion or FTP the file with BIN. Then run this JCL to unterse the file:
//UNPACK EXEC PGM=TRSMAIN,PARM=UNPACK
//SYSPRINT DD SYSOUT=*
//INFILE DD DISP=OLD,
// DSN=xxx.CSIQSAMP.TRS
//OUTFILE DD DSN=xxx.CSIQSAMP,DISP=SHR
// SPACE=(TRK,(5,40),RLSE),DISP=(,CATLG,DELETE)
Then rerun the Sample application install process as per the instruction in the manual.