/*====================================================================== * Set projects *=====================================================================*/ SET_PROJECTS: Call ISPF '0 VGET (ZUSER) SHARED' /*** *** CHANGE ++HLQ++ TO MATCH THE HLQ USE IN THE TUTRECE JOB *** ***/ projs = '++HLQ++.EDTE.BANKDEMO' 'ADDITIONAL DATASETS' /* as an alternative, you may return a blank separated list */ /* of dataset 1st qualifiers, e.g.: */ /* projs = 'PROD TEST DEV1 DEV2 MAINT1 MAINT2' */ Return projs
/** ** CHANGE ++HLQ++ TO MATCH THE HLQ USE IN THE TUTRECE JOB *** **/ execdsn = execdsn "'++HLQ++.EDTE.BANKDEMO.ZSERVER.EXEC'" /** CHANGE TAURUS.V2R0B.ZSERVER.EXEC TO MATCH LOCATION OF YOUR ZSERVER EXEC PDS **/ execdsn = execdsn "'TAURUS.V2R0B.ZSERVER.EXEC'" /** **/
/* customize the compiler Loadlib */ Set comploads to point to your COBOL compiler comploads = "'IGY.V4R2M0.SIGYCOMP'"
/* Load library where assemble module is located, if necessary */ comploads = ''
/* EDTE0001 - Change compiler Loadlib */ Set comploads to point to your PLI compiler comploads = "'IBMZ.V4R1M0.SIBMZCMP'
********************************************************************/ /* Master Configuration Section */ Trace o /* sysdsn= 'TAURUS.SYSTEM.CONFIG' master config file */ /*** CHANGE THE VALUE OF sysdsn to match the location the MASTER **** configuration file for your zSERVER installation */ sysdsn= 'TAURUS.V2R0B.ZSERVER.MASTER'
/*====================================================================== * User MASTER Configuration section * CHANGE ++HLQ++ TO MATCH HLQ used in your TUTRECE job * *=====================================================================*/ userdsn = "'++HLQ++.EDTE.BANKDEMO.ZSERVER.MASTER'" If Sysdsn(userdsn) = 'OK' Then sysdsn = '++HLQ++.EDTE.BANKDEMO.ZSERVER.MASTER'
* * YOUR zOS System * * Enter a unique logical name for this mainframe system * System: My System Name * * * Micro Focus Bankdemo Tutorial Offload Model for EDTE+ V2.1 * User: * application name Appl: Micro Focus BankDemo Tutorial * location of the application configuration file Conf: mvs:'++HLQ++.EDTE.BANKDEMO.ZSERVER.XML(MFBDOFFL)' * property settings Property: MFProp_DefaultHLQ=++HLQ++.EDTE.BANKDEMO.** *** * Modify SYSLIB TO YOUR ASSEMBLER SYSLIB IF DIFFERENT * Add any additional SYSLIB entries separated by space *** Property: MFProp_SYSLIB_ASM=SYS1.MACLIB SYS1.MODGEN ++HLQ++.EDTE.BANKDEMO.MACLIB * Modify SYSLIB_COBOL TO YOUR by changing the ++HLQ++ prefix * Add any additional SYSLIB entries separated by space *** Property: MFProp_SYSLIB_COBOL=++HLQ++.EDTE.BANKDEMO.COPYLIB * application version number Version: 1.0 * process information INFO: * end of application definition. do not delete this line EndAppl: EndUser:
<?xml version="1.0" encoding="UTF-8"?> <taurus:TaurusConfiguration xmlns:taurus="http://www.soforte.de/Taurus"> <Application_Options Default_Generic_Symbol="*" EXITPARM="PROD" RootContainersAction="#ACT_GetProjects" Version="1.0" Generic_Symbols="* %"> <Custom_Option Name="SYSLIB" Value="++HLQ++.EDTE.BANKDEMO.COPYLIB"/> </Application_Options>
//SYSEXEC DD DSN=++HLQ++.EDTE.BANKDEMO.ZSERVER.EXEC,DISP=SHR // DD DSN=&TAURHLQ..REXX,DISP=SHR // DD DSN=&TAURHLQ..EXEC,DISP=SHR