Appendix A: EMPLOYEE table DDS source

Article

Appendix A: EMPLOYEE table DDS source

Jim Mason, Search400.com expert

You can copy this DDS source to an iSeries source physical file, create the file and enter data to replicate the same table used in this example. The UPDDTA command will generate a temporary data entry program to allow you to enter some sample records.

     A*---------------------------------------------------------------------
     A*-- DDS file target = EMPLOYEE mapped from DDW source = EMPLOYEE_ddw.txt 
     A*--
     A*--  Cape Cod Bay Systems -  cc 2000 
     A*---------------------------------------------------------------------
     A          R EMPR                                                          
     A*--
     A            EMPNO       0006A         COLHDG('EMPNO')                     
     A                                      ALIAS(EMPNO)                        
     A            FIRSTNME    0012A         COLHDG('FIRSTNME')                  
     A                                      ALIAS(FIRSTNME)                     
     A            MIDINIT     0001A         COLHDG('MIDINIT')                   
     A                                      ALIAS(MIDINIT)                      
     A            LASTNAME    0015A         COLHDG('LASTNAME')                  
     A                                      ALIAS(LASTNAME)                     
     A            WORKDEPT    0003A         COLHDG('WORKDEPT')                  
     A                                      ALIAS(WORKDEPT)                     
     A            PHONENO     0004A         COLHDG('PHONENO')

    Requires Free Membership to View

    Register today to access targeted resources from our editorial writers and independent industry experts including news, tips, and advice to help you do your job more efficiently and effectively. Stay informed on the hottest topics and biggest challenges faced by IT professionals working with iSeries products and services.

    By submitting your registration information to Search400.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of Search400.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

A ALIAS(PHONENO) A HIREDATE 0010A COLHDG('HIREDATE') A ALIAS(HIREDATE) A JOB 0008A COLHDG('JOB') A ALIAS(JOB) A EDLEVEL 0005P00 COLHDG('EDLEVEL') A ALIAS(EDLEVEL) A SEX 0001A COLHDG('SEX') A ALIAS(SEX) A BIRTHDATE 0010A COLHDG('BIRTHDATE') A ALIAS(BIRTHDATE) A SALARY 0009P02 COLHDG('SALARY') A ALIAS(SALARY) A BONUS 0009P02 COLHDG('BONUS') A ALIAS(BONUS) A COMM 0009P02 COLHDG('COMM') A ALIAS(COMM) A K EMPNO