View previous topic :: View next topic |
Author |
Message |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Tue Nov 08, 2005 7:31 am Post subject: TSQ doubt |
|
|
how do I look at TSQ when I am in xpeditor ? |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Tue Nov 08, 2005 8:06 am Post subject: |
|
|
I just want to cofirm whether the TSQ is created or not when executed WRITEQ statement ? how do I do this ?
or
how do i use CEBR command when I am xpeditor ? |
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Tue Nov 08, 2005 8:09 am Post subject: |
|
|
I am using WRITEQ statement in my program, I am not sure it is created or not ,I just want to cofirm whether the TSQ is created or not when executed WRITEQ statement ? how do I do this ?
or
how do i use CEBR command when I am in xpeditor ? |
|
Back to top |
|
 |
Manas Biswal Intermediate

Joined: 29 Nov 2002 Posts: 382 Topics: 27 Location: Chennai, India
|
Posted: Tue Nov 08, 2005 9:20 am Post subject: |
|
|
rakshith,
You would most probably have coded HANDLE CONDITION or RESP in your program which would give you your answer of whether the WRITEQ command was successful or not. If not (though I would highly recommend either a HANDLE CONDITION or RESP clause), then you can always look at the EIB variables (EIBRCODE) to find out whether the WRITEQ command was successful or not. And of course you can use see the data in these variables while still in expeditor.
HTH...Regards,
Manas _________________ There is no path to peace. Peace is the path.
- Mahatma Gandhi (1869-1948) |
|
Back to top |
|
 |
|
|