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!
Problem with XCOM and PGM
-
- 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
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)'.
Re: Problem with XCOM and PGM
It's works!! thx a lot Robert!!!
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 5105
-
by mehi1353
View the latest post
Wed May 11, 2022 2:04 pm
-
-
Got problem using BPX1PCT to define aggregate
by chong_zhou » Thu Aug 19, 2021 4:45 pm » in Assembler - 1
- 1755
-
by chong_zhou
View the latest post
Thu Aug 19, 2021 6:48 pm
-
-
-
File def'n-problem with different records layouts
by ralph » Tue Oct 26, 2021 10:47 pm » in IBM Cobol - 2
- 1534
-
by ralph
View the latest post
Wed Oct 27, 2021 1:42 am
-
-
-
Problem in ISPF editor with automatic line break
by aprilgas » Tue Sep 24, 2024 3:24 pm » in TSO & ISPF - 8
- 3995
-
by aprilgas
View the latest post
Fri Sep 27, 2024 3:55 pm
-