Skip to main content

    Education
WebSphere Development Tools for AS/400
 Downloadable Tutorials, Courses and Labs
  
CODE Introduction - Course Code 14PO and 15DI

Presented at COMMON Spring 2002

This introduction to CODE includes a hands-on lab.

Files and Installation

CodeIntro_14po.pdf Presentation
CodeIntroLab_15di.pdf Student exercises
codelab.sav
  1. Logon to the iSeries and create a save file (CRTSAVF CODELAB) in a library you have write access to (repeat these steps for CODELABADM).
  2. On the workstation, go to the directory where you have downloaded codelab.sav to.
  3. FTP to the iSeries from your workstation and logon as necessary.
  4. Type bin once you are logged on to force binary transmission.
  5. Type put codelab.sav library/CODELAB where library is the library where you created the save file. The command would look something like this:
    put codelab.sav templib/codelab
  6. Quit FTP, go back to the iSeries and type:
    RSTLIB SAVLIB(CODELAB) DEV(*SAVF) SAVF(TEMPLIB/CODELAB)
    where TEMPLIB is the library you FTPed the save file to.
  7. To allow debugging, on the iSeries start the debug server with the command:
    STRDBGSVR

  
CODE Selected Advanced Topics - Course Code 45DI

Presented at COMMON Spring 2002

This CODE course includes a hands-on lab.

Files and Installation

CodeAdv_36tc.pdf Presentation
CodeAdvLab_45di.pdf Student exercises
Codeadvlab_files_45di.zip The lab instructions expect the files from the zip file codeadvlab_files_45di.zip to reside in a subdirectory codelab in the WDT400 install directory for WDT/400. For example, if you have installed WDT/400 to the directory X:\WDT400, create the folder X:\WDT400\codelab and extract codeadvlab_files_45di.zip into that folder.


CODE IBM Distributed Debugger - Course Code 44PO

Presented at COMMON Spring 2002

This course includes a presentation.

Files and Installation

Debug_44po.pdf Presentation

  
Building an e-business application with RPG using WebSphere Studio for iSeries - Course Code 47LF

Presented at COMMON Fall 2001

This introduction to WebSphere Studio includes a hands-on lab.

Files and Installation

studio400-pres-10-2001.pdf Presentation
studio400_47lf_affilab.pdf Student exercises
wsslab01.sav
  1. Create savefile WSSLAB01 in a library
  2. FTP the savefile wsslab01.sav to the iSeries server into the savefile created in previous step
  3. Restore library WSSLAB01 from the savefile
  4. Add library WSSLAB01 to library list of userid using the lab

  
Introduction to VisualAge® RPG
- Course Code 15LF and 13TA

Presented at COMMON Fall 2001

This introduction to VisualAge RPG includes a hands-on lab.

Files and Installation

VARPG_base_13TA.pdf Presentation
varpg_15LF_vlabbase.pdf Student exercises
varlab01.sav
  1. Create savefile VARLAB01 in a library
  2. FTP the savefile varlab01.sav to the iSeries server into the savefile created in previous step
  3. Restore library VARLAB01 from the savefile
  4. Add library VARLAB01 to library list of userid using the lab

  
VisualAge® RPG GUI subfile programming - Course Code 23LF and 22TA


Presented at COMMON Fall 2001

This introduction to VisualAge RPG subfile programming includes a hands-on lab.

Files and Installation

vasubfile_22TA.pdf Presentation
vsubflab_23LF.pdf Student exercises
varlab01.sav
  1. Create savefile VARLAB01 in a library
  2. FTP the savefile varlab01.sav to the iSeries server into the savefile created in previous step
  3. Restore library VARLAB01 from the savefile
  4. Add library VARLAB01 to library list of userid using the lab

  
Using VisualAge® RPG and Code with the AS/400

This HTML-based tutorial introduces you to VisualAge® RPG and CODE. To use the tutorial, you will require a browser that can handle frames, Java, and Javascript. You also need a file extraction tool, such as WinZip, that can handle long file names.

Files and Installation

webwork.zip Contains this tutorial.

  
Using VisualAge® for Java with the AS/400

This introduction to VisualAge for Java includes a hands-on lab. You will create a Java application equivalent to the 5250 CellDial application

Files and Installation

VAJavaLab_Course_27LF.pdf Contains this lab.

Creating a Web Application with WebSphere Studio for AS/400

By Bob Lane

Work with Customers is a Web application that allows users to perform operations on a customer database residing on an AS/400 host. The operations include adding a new customer record to the database, updating a customer record in the database, and deleting an existing customer record from the database.

The user interface for the application is a Web browser. The database as well as the Java™ servlets and the RPG IV service program that perform the operations reside on an AS/400 host.

Files and Installation

ws400app.htm Links to notes, images, and instructions for this tutorial.
wwc.exe Self-extracting zip file, contains files referred to and used in the tutorial.  (459 KB)

Download and extract this file to a local drive on your workstation.