IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

why my ID cannot be added as the HLQ of my Dataset?


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Tue May 29, 2012 7:04 am
Reply with quote

when I issue below command via command line:
Code:
exec REXX.EXEC(SETUP) exec


the following error message came out,
Code:
IKJ56228I DATA SET REXX.EXEC NOT IN CATALOG OR CATALOG CAN NOT BE ACCESSED
***                                                                       

if I add my ID in front of the dataset and issue the command again:
Code:
exec 'DEVXXX.REXX.EXEC(SETUP)'


the command executed successfully.


obviously, my ID "DEVXXX" is not defaultly added as the HLQ of my the dataset.
What shall I do if I want my ID to be added as default? I know there must be a place to set, but I have no idea where it is, can you tell me ?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Tue May 29, 2012 7:21 am
Reply with quote

Check your TSO PROFILE.
Back to top
View user's profile Send private message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Tue May 29, 2012 10:39 am
Reply with quote

below is 'TSO PROFILE' result:
Code:
 IKJ56688I CHAR(0)  LINE(0)    PROMPT   INTERCOM   NOPAUSE MSGID   MODE    WTPMS
G   NORECOVER NOPREFIX        PLANGUAGE(ENU) SLANGUAGE(ENU) VARSTORAGE(LOW)     
 IKJ56689I DEFAULT LINE/CHARACTER DELETE CHARACTERS IN EFFECT FOR THIS TERMINAL
 ***                                                                           
                                                                               
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue May 29, 2012 11:30 am
Reply with quote

Try,
TSO PROFILE PREFIX(USERID) to prefix your USERID automatically.
TSO PROFILE NOPREFIX to stop prefixing.

Hope it helps.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Tue May 29, 2012 11:31 am
Reply with quote

Hi,

try TSO H PROFILE for more information.

Gerry
Back to top
View user's profile Send private message
dejunzhu

Active User


Joined: 08 May 2008
Posts: 390
Location: China

PostPosted: Wed May 30, 2012 7:13 am
Reply with quote

Thanks to your kind help, I have fixed the issue.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts FINDREP - Only first record from give... DFSORT/ICETOOL 3
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Allocated cylinders of a dataset DB2 12
No new posts Sort First/last record of a subset th... DFSORT/ICETOOL 7
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top