CA 2E Mode requirements

CA 2E Mode requirements

This article describes the steps needed to provide information needed for setting up evolveIT for 2E requirements gathering.  

 

Please zip your files and upload to https://spaces.hightail.com/uplink/cmfirsttech


1. Create a save file of the 2E model library. 

Model Library (use SAVLIB command and save to V7R3M0 if your system is V7R4M0 or higher). 
Normally the model library has mdl at the end of the library name.  XYZMDL is a sample.
 

2. Create a save file of the 2E generation library source files. 

Use SAVOBJ command to save only the source files and save to V7R3M0.  
Normally the GEN library has GEN at the end of the library name XYZGEN.
 

3.  Create a save file of Source Files that are outside of the model but are used by the Model application.   (Optional)

There might be source files not in the 2E generation library that contain program source that is called by 2E generated functions.  These source files that are outside of the model need to be included so we have a full path of all called objects.  

4.  Create a save file of the application menu.   (Optional)

Use SAVOBJ command to save the file YDSNMNU file.  Normally, this is found in the 2E GEN library. 
Menu file YDSNMNU (if 2E menus are used).  If 2E menus are not used, please request guidance
 

5. Create a file of the scheduled jobs.   (Optional)

If the system has scheduled jobs (using WRKJOBSCDE) we will need the schedule entries.  If another scheduling process is used (such as Robot/SCHEDULE) please advise.
For WRKJOBSCH you can run this SQL and create a file with the data.       
 

  1. SELECT DISTINCT SCHEDULED_JOB_NAME, STATUS, COMMAND_STRING 
       FROM QSYS2.SCHEDULED_JOB_INFO 
       ORDER BY SCDJOBNAME;
 
For Advanced Job Scheduler you can use this SQL and create a file with the data.
 
  1. SELECT DISTINCT CM4JOB, CM4CMDEXT
    FROM QUSRIJS/QAIJS4CM
    WHERE CM4CMDEXT > ''
    Order by CM4JOB;
 

6. Create a file with the record counts of production files. (Optional)

Record counts for data files in your production library.  You can use the SQL below and send the data to a table.
 
  1. SELECT substr(TABLE_SCHEMA,1,10) as Library,                      
    substr(TABLE_NAME,1,10) as Table, NUMBER_ROWS FROM qsys2/SYSTSTAT
    WHERE TABLE_SCHEMA = 'PRODDATALIB'
(where 'PRODDATALIB' is the name of your production data library/) 

7. Send all data gathered in the prior steps. 

Please send the SQL tables as CSV or EXCEL files zipped. 
The save files all need to be saved to V7R3M0 if you are at V7R4M0 or greater. 
 



    • Related Articles

    • Managing Users in Active Directory Mode

      This document will cover the basics of the CM evolveIT Dashboard managing users in Active Directory mode within the dashboard. This document will discuss add users with Active Directory. After completing this document, you should be able to set up ...
    • MatchPoint System Requirements

      CM MatchPoint Client Minimum: Windows XP or Higher 2 GB RAM CPU Inter core i5 or higher Recommended: Windows 10 or higher 8 GB Ram CPU Inter core i5 or higher Hard Drive 1 TB CM MatchPoint Server (Java) Java Run-time Environment (JRE) 1.8.021 or ...
    • IBM® Enterprise Systems Requirements

      Providing Source Code for Initial CM evolveIT Discovery When providing your Cobol system assets to us for discovery and creation of your initial CM evolveIT repository, please consider the following: Please zip your files and upload to ...
    • Managing Users in evolveIT authentication Mode

      This document will cover the basics of the CM evolveIT Dashboard managing users in CM evolveIT mode within the dashboard. This document will discuss creating, deleting, changing users and user passwords. After completing this document, you should be ...
    • Installation Requirements

      This are the sofwares you need to start the webclient installation 1. Eclipse IDE 2019 2. CM WebClient 1.7.0 or higher 3. CM WebClient 1.8.6 builder plugin or higher 4. PlexBuild project 5. CM WebClient 6.0 Group Model (can be upgraded) Please ...