View previous topic :: View next topic |
Author |
Message |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Thu Aug 18, 2005 5:22 am Post subject: Error in 3.14 option |
|
|
"
IKJ56893I DATA SET SRCHFOR.LIST NOT ALLOCATED+
IGD17012I USER NOT AUTHORIZED TO DEFINE DATA SET
SRCHFOR.LIST
DADSM HISTORIC RETURN CODE IS 172 DADSM DIAGNOSTIC INFORMATION IS 040E0804
"
I am getting the above error while using 3.14 option, can anyone knows about this,Yesterday I was able to search a string but today i am getting this error,
please help me in this regard |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Aug 18, 2005 6:53 am Post subject: |
|
|
raksith,
Remove the quotes around the listing dataset.
ie.
Code: |
Listing DSN . . . . 'SRCHFOR.LIST'
|
it should be just
Code: |
Listing DSN . . . . SRCHFOR.LIST
|
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Thu Aug 18, 2005 7:09 am Post subject: |
|
|
thanks kolusu,
but listing dataset doesnot have the quotes |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Aug 18, 2005 7:31 am Post subject: |
|
|
Raksith,
Check if you have already a dataset with the following name
Code: |
USERID.SRCHFOR.LIST
|
If the dataset exists then delete that and now try running 3.14
Hope this helps...
Cheers
kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Thu Aug 18, 2005 8:16 am Post subject: |
|
|
Kolusu,
I donot have dataset like by this name
Thanks and regds.
Shashi |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Thu Aug 18, 2005 8:55 am Post subject: |
|
|
Raksith,
Type the following on your command prompt and press enter
Now look for PREFIX option. Does it say PREFIX(USERID) or NOPREFIX ?
If it says NOPREFIX then
1. Type and press enter
2. Now it will prompt you enter the prefix. Just type in your T-id and press enter.
3. Once again type to verify that profile is set
Now try the option 3.14.
Hope this helps....
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rakshith Beginner
Joined: 26 Jul 2005 Posts: 32 Topics: 16 Location: bangalore
|
Posted: Thu Aug 18, 2005 9:14 am Post subject: |
|
|
Thank you very much Kolusu,
It worked............
redgs.
rakshith |
|
Back to top |
|
 |
|
|