|
View previous topic :: View next topic
|
| Author |
Message |
swathykrishnan
New User
Joined: 01 Oct 2010 Posts: 43 Location: Bangalore
|
|
| Back to top |
|
 |
vasanthz
Global Moderator

Joined: 28 Aug 2007 Posts: 1750 Location: Tirupur, India
|
|
|
|
Hello,
Try this,
| Code: |
| X = LISTDSI("'WELLS.DATASET.NAME' RECALL") |
OR
| Code: |
DS = "'WELLS.DATASET.NAME' RECALL"
X = LISTDSI(DS) |
|
|
| Back to top |
|
 |
swathykrishnan
New User
Joined: 01 Oct 2010 Posts: 43 Location: Bangalore
|
|
|
|
| Actually I got the solution... that was the comma ',' which create the issue |
|
| Back to top |
|
 |
|
|