GDDM V3R2 Base Application Programming Reference
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF | BOOK


Assembler language example

GDDM V3R2 Base Application Programming Reference
SC33-0868-02



Assume that instead of entering COBOL as the program language in the above example, you enter ASM, and, to comply with Assembler-language length restrictions, you name the data field SPEC. The generated code (assuming the other selections were the same as those given above) is:


     SPECCR    DS    X
     SPECHS    DS    X
     SPECH     DS    X
     SPECL     DS    AL2
     SPEC      DS    XL25

Go to the previous page Go to the next page



Copyright IBM Corporation 1990, 2012