|
|
| Author |
Message |
msnreddy
New User
Joined: 09 Jun 2004 Posts: 4 Location: Bangalore
|
|
|
|
any body can explaine
how many ways we can intiate the cics programs?what are necessary tables entries we want? |
|
| Back to top |
|
 |
References
|
Posted: Thu Jun 24, 2004 2:53 pm Post subject: Re: What are necessary tables entries for CICS Start |
 |
|
|
 |
imvs
New User
Joined: 12 May 2004 Posts: 33
|
|
|
|
msnreddy,
[list=]By coding an EXEC CICS START in the application program
1. By coding the trans id and a trigger level on the DCT table
2. By coding the trans id in the EXEC CICS RETURN command
3. By associating an attention key with the Program Control Table
4. By embedding the TRANSID in the first four positions of a screen sent to the terminal.
5. By using the Program List Table[/list] |
|
| Back to top |
|
 |
|
|