1.6.5 Examples
The following example is a COBOL copybook record:
Example 1-9 COBOL copybook record
* customer.cpy
01 CUSTOMER.
05 name PIC X(10).
05 balance PIC S9(9) COMP-5.
05 address PIC X(80).The following example generates Tuxedo service metadata from a COBOL copybook file:
$ wscobolcvt -c customer.cpy -s CUST -r meta.repos -S wsCUST
Parent topic: wscobolcvt