All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.
by Golden » Sat Jul 04, 2015 4:25 pm
Hi,
First i'm noob in mainframe and sorry if i ask something stupid.
I have been looking this theme but i don't found anything.
I've been trying to get the program's source by XCOM transfer using "xcomtcp -c4" but i don't know the directory of program's source. Using the command "TSO FONTS" all programs appear in one library for example "LIBRARY.FPL.CC(program)". My question is, there are any way to access this route by XCOM??
I try LIBRARY.FPL.CC(program), LIBRARY.FPL.CC.program, LIBRARY.FPL.CC('program') and no one of them work, always get XCOMM0669E DATASET NOT FOUND IN CATALOG
Thx a lot!
-
Golden
-
- Posts: 2
- Joined: Sat Jul 04, 2015 4:05 pm
- Has thanked: 1 time
- Been thanked: 0 time
by Robert Sample » Sat Jul 04, 2015 8:08 pm
The TSO default is generally to prefix any data set name you provide with your TSO user id, so LIBRARY.FPL.CC(program) is seen as userid.LIBRARY.FPL.CC(program). Single quote marks (tics) used around the data set name will prevent this behavior, so try 'LIBRARY.FPL.CC(program)'.
- These users thanked the author Robert Sample for the post:
- Golden (Mon Jul 06, 2015 12:40 pm)
-
Robert Sample
- Global moderator
-
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Location: Dubuque, Iowa, USA
- Has thanked: 1 time
- Been thanked: 279 times
by Golden » Sat Jul 04, 2015 8:46 pm
It's works!! thx a lot Robert!!!
-
Golden
-
- Posts: 2
- Joined: Sat Jul 04, 2015 4:05 pm
- Has thanked: 1 time
- Been thanked: 0 time
Return to All Other Tools