How copy certain job from certain PDS and change the JOB card?
How copy certain job from certain PDS and change the JOB card?
I am very beginner in Mainframe and I received this task:
"copy certain job (DTLICTT2) from certain PDS (TEST.TS.A.CNTL) and change the JOB card".
How can I do this? I added two screen shot: one shows the PDS details and other shows how I am trying to copy but I am getting the message "Dataset not cataloged". I guess I am very close to do but certainly I am missing some extra step.
"copy certain job (DTLICTT2) from certain PDS (TEST.TS.A.CNTL) and change the JOB card".
How can I do this? I added two screen shot: one shows the PDS details and other shows how I am trying to copy but I am getting the message "Dataset not cataloged". I guess I am very close to do but certainly I am missing some extra step.
You do not have the required permissions to view the files attached to this post.
- enrico-sorichetti
- Global Moderator
- Posts: 843
- Joined: Wed Sep 11, 2013 3:57 pm
Re: How copy certain job from certain PDS and change the JOB card?
read about the TSO PREFIX
instead of
use
so that Your TSO prefix ( the userid ) is not prepended to the dataset name
instead of
Code: Select all
somedatasetname
Code: Select all
'somedatsetmame'
Code: Select all
USERID.somedatasetname
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort

-
- Global Moderator
- Posts: 588
- Joined: Wed Nov 20, 2013 11:53 am
- Location: Mars
Re: How copy certain job from certain PDS and change the JOB card?
Give the dataset name within quotes ad it should work
zprogrammer
Re: How copy certain job from certain PDS and change the JOB card?
If you hit F1 key once it will show more explantipon on that message and with another hit on it, it should further explain it all. That should be helpful.
- Robert Sample
- Global Moderator
- Posts: 1903
- Joined: Fri Jun 28, 2013 1:22 am
- Location: Dubuque Iowa
Re: How copy certain job from certain PDS and change the JOB card?
Looks like IBM is running the mainframe contest again this year.
Re: How copy certain job from certain PDS and change the JOB card?
TEST.TS.A.CNTL is a Sequencial data and not a PDS..it needs to be a PDS to have a member JCL
-
- Global Moderator
- Posts: 490
- Joined: Sun Aug 25, 2013 7:24 pm
Re: How copy certain job from certain PDS and change the JOB card?
And you have determined that how?
- Akatsukami
- Global Moderator
- Posts: 122
- Joined: Tue Oct 20, 2015 3:20 am
- Location: Bloomington, IL
- Contact:
Re: How copy certain job from certain PDS and change the JOB card?
Incorrect; if you enlarge PDS Details.png, you will see that the data set is explicitly stated to be DSORG=PO.vikriih wrote:TEST.TS.A.CNTL is a Sequencial data and not a PDS..it needs to be a PDS to have a member JCL
"I come to the conclusion that, men loving according to their own will and fearing according to that of the prince, a wise prince should establish himself on that which is in his own control and not in that of others." -- Niccolò Machiavelli
Re: How copy certain job from certain PDS and change the JOB card?
Sorry I did not see PDS in the screenshot
Create an account or sign in to join the discussion
You need to be a member in order to post a reply
Create an account
Not a member? register to join our community
Members can start their own topics & subscribe to topics
It’s free and only takes a minute