|
View previous topic :: View next topic
|
| Author |
Message |
hariibm
New User
Joined: 05 Feb 2007 Posts: 61 Location: Chennai
|
|
|
|
I found some skeleton JCLs in my project and they have some statements like below.
)SEL - )ENDSEL
)CM
)SET etc.
1. First thing I would like to know is : Is this REXX or CLIST coding?
2. What is the way to call these Skeletons and to pass the values for these parameters. Please give me the call statements briefly if possible.
Please clarify the above things.
Regards,
Hari. |
|
| Back to top |
|
 |
expat
Global Moderator

Joined: 14 Mar 2007 Posts: 8797 Location: Welsh Wales
|
|
|
|
At the top of this forum is a sticky titled something along the lines of CLIST & REXX manuals.
It also contains the ISPF manuals which you will need to read as skeletons are part of the ISPF file tailoring services.
Go read, and enjoy the manuals |
|
| Back to top |
|
 |
Marso
REXX Moderator

Joined: 13 Mar 2006 Posts: 1356 Location: Israel
|
|
|
|
1) this is neither REXX nor CLIST coding. These are file-tailoring Control statements.
2) a. read and memorize Chapter 10 of ISPF Dialog Developer's Guide and Reference.
b. File tailoring services are listed in the ISPF Service Guide. (4 commands starting with FT). |
|
| Back to top |
|
 |
|
|