1 / 65

GDT Development Tutorial

GDT Development Tutorial. GDT Development Tutorial. Creating a Net Express Project to run GDT Batch programs and GDT TDS programs Build a Net Express project Setting up Project Properties Loading the Source Pool Preparing programs for Debug Build and Animation Animating the program

fallon
Télécharger la présentation

GDT Development Tutorial

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GDT Development Tutorial

  2. GDT Development Tutorial • Creating a Net Express Project to run GDT Batch programs and GDT TDS programs • Build a Net Express project • Setting up Project Properties • Loading the Source Pool • Preparing programs for Debug Build and Animation • Animating the program • Preparing programs for Generic Release Build • Using Decision Tables to generate COBOL Source • GDTETAB Utility • Using GDT Utility to Generate Report Definition COBOL Source • GDTLGEN Utility • GDTPGEN Utility

  3. Build a Net Express projectBatch / TDS From the DOS command prompt, set yourself to the folder where your batch programs are located. For TPR’s, you need to be located where the TPR programs are located (c:\infosol\prod\source\online) Set your environment ( In this case run GDTENV.BAT). If you do not want to use FILESHARE, you can also do a SET SRVRNAME= to the folder where your files are located.

  4. Build a Net Express project Batch / TDS Now type in RUN MFNETX to start the NetExpress IDE. You will now have the necessary environment settings to load your project.

  5. Build a Net Express project Batch / TDS When the IDE is up, we will first create a new project. From the FILE drop down menu, select NEW.

  6. Build a Net Express project Batch / TDS Now we will select Project to create a new Project.

  7. Build a Net Express project Batch / TDS Now you enter the name of the project (MyBatch) and the location of the project (C:\INFOSOL\PROD\SOURCE\BATCH). Press the Create button. Example for TPR’s (MyTpr) with location C:\INFOSOL\PROD\SOURCE\ONLINE.

  8. Setting up Project Properties Batch / TDS Now we need to setup the Project Properties. From the Project drop down menu, select Properties.

  9. Setting up Project Properties Batch / TDS First, set the Project Directory. You may use the Browse to select the directory or just manually type it in. (C:\INFOSOL\PROD\SOURCE\BATCH). or (C:\INFOSOL\PROD\SOURCE\ONLINE). Next we need to add a couple of directives in the Project Directives Window. They are: USE(COBOL.DIR) NOCOBOLDIR CONFIRM. Now you need to press the IDE button (Integrated Development Environment settings).

  10. Setting up Project Properties Batch / TDS Since we already have set our environment variables before opening the IDE, all we need to do is Import these settings. Press the Import button.

  11. Setting up Project Properties Batch / TDS Just press the Import button again. It is shown that the Current environment will be brought in. (This is the Environment from the GDTENV.BAT done at the DOS Command prompt).

  12. Setting up Project Properties Batch / TDS This shows all local and system environment variables that are going to be set.

  13. Setting up Project Properties Batch / TDS You need to select all of the variables and press the OK Button.

  14. Setting up Project Properties Batch / TDS Press OK again to set the IDE environment variables. This screen can also be used to add new variables or change the existing ones.

  15. Setting up Project Properties Batch / TDS After pressing the APPLICATION button on the main window you are then given a screen to import the APPLICATION environment as well. Press the Import button.

  16. Setting up Project Properties Batch / TDS Again, press the Import button. The current environment from GDTENV.BAT setting will be imported.

  17. Setting up Project Properties Batch / TDS As done with the IDE variables, you need to select all of the Application Variables and press the OK button.

  18. Setting up Project Properties Batch / TDS Press ok once all have been selected.

  19. Setting up Project Properties Batch / TDS Now select the Program Execution Tab.

  20. Setting up Project Properties Batch / TDS You can now set Error Handling features. Have a view to the remaining tabs for additional application environment settings that can be done.

  21. Setting up Project Properties Batch / TDS Now you can press OK as the Project Properties settings are now complete.

  22. Types of Build Setting Batch / TDS Now we need to setup the Types of Build settings for this project. From the Project dropdown menu select Types of Build…

  23. Types of Build Setting Batch / TDS Select Debug and press the Change button.

  24. Types of Build Setting Batch / TDS Add USE(COBOL.DIR) to the Build Directives.

  25. Loading the Source Pool Batch / TDS Now right click in your source window. You will be given the option to Add file to source pool. Select this option.

  26. Loading the Source PoolBatch / TDS Now you can select the program(s) that you want to be part of this project. We will select the address program for this example.

  27. Loading the Source PoolBatch / TDS As the program is selected, Net Express will do a dependency check to make sure all copybooks, called programs etc. are found for the program(s) you have selected.

  28. Preparing programs for Debug Build and AnimationBatch / TDS Now we need to prepare the program for the Debug Build. Select and drag the program over to the build window. A window will pop up and allow for you to select the preferred compiled type for the program. We will be selecting intermediate code for debugging.

  29. Preparing programs for Debug Build and AnimationBatch / TDS Now you will see the .int and .cbl in the build Window.

  30. Preparing programs for Debug Build and AnimationBatch / TDS Next we need to set up the Build Settings for address.int. Right click on Address.int or any other program you may have and select Build Settings.

  31. Preparing programs for Debug Build and Animation A couple minor modifications are needed. Make sure .\ is placed just before the File name on disk. This states that the .int file will be placed in the current project directory.

  32. Preparing programs for Debug Build and AnimationBatch / TDS Right click on the Address.cbl member and select the Compile Tab. Again, we need to place a .\ before the %BASENAME.int. Press Close Button to save your Build Settings.

  33. Preparing programs for Debug Build and AnimationBatch / TDS Now we are ready to compile the program(s). One method is selecting the Rebuild All option from the Project menu or you can individually select each program in your project and press the red check to compile each.

  34. Preparing programs for Debug Build and AnimationBatch / TDS In the Build Window, you will see the information concerning your Build (Compile).

  35. Preparing programs for Debug Build and AnimationBatch / TDS Now we are ready to set up your Animating Settings in coordination with the GDT software. From the Animate drop down menu select Settings…

  36. Preparing programs for Debug Build and AnimationBatch Program Important entries: Start Animating at: c:\infosol\gdtpc\gdtbatch.lbr\ gdtbatch.gnt Local working Directory: c:\infosol\prod\source\batch - where your compiled program(s) are located. Command line parameters: c:\infosol\prod\jcl\address.jcl - the directory and name and values of the jcl you need to run. If values are needed, type them in as if your are running GDTBATCH via the command line.

  37. Preparing programs for Debug Build and AnimationTPR Program Important entries: Start Animating at: c:\infosol\gdtpc\gdtmon7.lbr\ gdtmon7.gnt (For V3 users) Start Animating at: c:\infosol\gdtpc\gdtmon7.lbr\ gdtmon7.gnt –TDS6 (For V4 users) Local working Directory: c:\infosol\prod\source\online - where your compiled program(s) are located. Command line parameters: LOGON tpr name (IPASS in this case) . Can place a ? in this entry which will bring up the GDTMON7 entry screen.

  38. Animating the programBatch / TDS Now you are ready to Start Animating. Select Start Animating… from the Animate dropdown menu.

  39. Animating the programBatch

  40. Animating the programTPR FatClient Session is started, prompting you for user and password.

  41. Animating the programTPR Logon TPR is activated.

  42. Animating the programTPR TPR you have loaded into your project for debugging, is activated and ready for you to animate.

  43. Animating the programTPR You may now Run through the program without further animating. You will then see in the application output window that the menu is displayed from the program IMENU.

  44. Animating the programBatch Here is the Application output window. If you have TRACE and STEPMSG set in your GDTBATCH.PAR, then you will see the input, output counters as when you run GDTBATCH via the command prompt.

  45. Animating the programBatch You may now Run through the program without further animating.

  46. Preparing programs for Generic Release Build Batch / TDS Now you can set up your program for a Release Build (.GNT). Select Generic Release Build in the Type of Build Window.

  47. Preparing programs for Generic Release Build Batch / TDS Select and drag the Address.cbl program over to the build window. You now select Generated Code for the compiled type.

  48. Preparing programs for Generic Release Build Batch / TDS Now right click on Address.cbl and select Build Settings.

  49. Preparing programs for Generic Release Build Batch / TDS Again, place .\ before the %BASENAME.GNT to place the .GNT member in the current project folder.

  50. Preparing programs for Generic Release Build After right clicking on ADDRESS.CBL in the build window and selecting COMPILE, it now produces a .GNT for the ADDRESS program. TPR Compiled!

More Related