MGIndaco
Active User
Joined: 10 Mar 2005 Posts: 432 Location: Milan, Italy
|
|
|
|
This is a sample that show the use of File Tailoring in a Rexx program.
To run you must insert you correct mylib.skels and the appropriate FT to include.
Code: |
ADDRESS ISPEXEC
"Libdef ISPSLIB Dataset Id('mylib.SKELS')"
'FTOPEN TEMP'
'FTINCL ' PART1 /*part1,2,3 are member of skels lib*/
'FTINCL ' PART2
'FTINCL ' PART3
'FTCLOSE '
'EDIT DATASET('!!ZTEMPF!!')' |
To use better the skels I suggest you to use the Model in Skels lib to have an idea of what it really can do.
I hope in this help. |
|