Problem with XCOM and PGM

All other tools like QACenter, Strobe, Endevor, Telon, APAS, Scheduler, Auditor, DATA-XPERT, CoolGen, Intertest, AdvantageGen, COBTEST etc.
Golden
Posts: 2
Joined: Sat Jul 04, 2015 4:05 pm
Skillset: PL/I,DB2,JCL
Referer: Google

Problem with XCOM and PGM

Postby 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!

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: Problem with XCOM and PGM

Postby 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)'.

Golden
Posts: 2
Joined: Sat Jul 04, 2015 4:05 pm
Skillset: PL/I,DB2,JCL
Referer: Google

Re: Problem with XCOM and PGM

Postby Golden » Sat Jul 04, 2015 8:46 pm

It's works!! thx a lot Robert!!!


  • Similar Topics
    Replies
    Views
    Last post