View previous topic :: View next topic |
Author |
Message |
rajatbagga Beginner
Joined: 30 Mar 2007 Posts: 5 Topics: 2
|
Posted: Thu Apr 19, 2007 6:32 am Post subject: conversational code |
|
|
hi can anybody tell me how to know wether a perticular TRANSACTION CODE is conversational or not, without looking at the code. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Apr 19, 2007 10:44 am Post subject: |
|
|
rajatbagga,
1. Pick up a phone
2. Dial the pgm name using the phone keypad
3. If it answers "program speaking" then it is a conversational code.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rajatbagga Beginner
Joined: 30 Mar 2007 Posts: 5 Topics: 2
|
Posted: Thu Apr 19, 2007 10:53 am Post subject: |
|
|
 |
|
Back to top |
|
 |
rajatbagga Beginner
Joined: 30 Mar 2007 Posts: 5 Topics: 2
|
Posted: Thu Apr 19, 2007 10:53 am Post subject: |
|
|
its saying pls check the no. you have dailed |
|
Back to top |
|
 |
Sreejith Intermediate
Joined: 02 Dec 2002 Posts: 155 Topics: 25 Location: N.Ireland
|
Posted: Fri Apr 20, 2007 3:13 am Post subject: |
|
|
Quote: |
its saying pls check the no. you have dailed
|
you forgot to dial 9 before the pgm name ? |
|
Back to top |
|
 |
arnold57 Beginner
Joined: 01 Oct 2004 Posts: 30 Topics: 0
|
Posted: Thu Apr 26, 2007 3:24 pm Post subject: |
|
|
Look at the SYSGEN to see if SPA= was specified on the TRANSACT macro.
If so, it is conversational.
or
Use the type 2 command: QUERY TRAN NAME(tran) SHOW(STATUS)
to see if the status includes CONV |
|
Back to top |
|
 |
|
|