Page 1 of 1

New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 12:55 pm
by gn01277093
My TSO ID is XXXXXXX
When I allocate new data set, for example, TRAIN.JCL
But the data set name show "XXXXXX.TRAIN.JCL
How can I Modify settings?
Please help me, thanks.

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 3:56 pm
by Aki88
Hello,

How are you creating this dataset: JCL or ISPF?
My understanding is you are using ISPF; if so then enclose the DSN in single quotes ( ' ); eg: 'TRAIN.JCL' this should do the trick.

This happens due to the PREFIX attribute of the PROFILE in ISPF.

Hth.

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 6:16 pm
by gn01277093
Thanks. Could I close "PREFIX" attribute? Thanks

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 6:59 pm
by Terry Heinze
Key "TSO HELP PROFILE" at an ISPF command line and read about the PREFIX options.

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 7:02 pm
by Aki88
Hello,

gn01277093 wrote:Could I close "PREFIX" attribute?

If you meant, you don't want to have a PREFIX applied at all, then you can use:
TSO PROF NOPREFIX


Please refer the TSO-E Command Reference Manual (the one that I am currently looking at is: SA22-7782-13) for details.

Hth!

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 7:04 pm
by Aki88
Sorry Terry, hadn't seen your post.

Cheers :)

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 7:05 pm
by Terry Heinze
Happens to me sometimes, also!

Re: New Dataset & TSO ID??

PostPosted: Wed Jun 25, 2014 7:13 pm
by gn01277093
Aki88 wrote:Hello,

gn01277093 wrote:Could I close "PREFIX" attribute?

If you meant, you don't want to have a PREFIX applied at all, then you can use:
TSO PROF NOPREFIX


Please refer the TSO-E Command Reference Manual (the one that I am currently looking at is: SA22-7782-13) for details.

Hth!


Thank you for helping me solve this problem.

Re: New Dataset & TSO ID??

PostPosted: Fri Dec 30, 2016 2:20 pm
by steve-myers
gn01277093 wrote:Thanks. Could I close "PREFIX" attribute? Thanks


Yes, but IT IS NOT A GOOD IDEA!

Re: New Dataset & TSO ID??

PostPosted: Fri Dec 30, 2016 4:24 pm
by NicC
A bit of wasted effort - this topic was dormant for 2 years.