Page 1 of 1

How copy certain job from certain PDS and change the JOB card?

Posted: Thu Oct 22, 2015 2:07 am
by demecarv
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.

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Thu Oct 22, 2015 2:17 am
by enrico-sorichetti
read about the TSO PREFIX

instead of

Code: Select all

somedatasetname
use

Code: Select all

'somedatsetmame'
so that Your TSO prefix ( the userid ) is not prepended to the dataset name

Code: Select all

USERID.somedatasetname

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Thu Oct 22, 2015 2:18 am
by zprogrammer
Give the dataset name within quotes ad it should work

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Thu Oct 22, 2015 9:59 am
by utkarsh
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.

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Thu Oct 22, 2015 5:48 pm
by Robert Sample
Looks like IBM is running the mainframe contest again this year.

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Sat Oct 24, 2015 3:36 pm
by vikriih
TEST.TS.A.CNTL is a Sequencial data and not a PDS..it needs to be a PDS to have a member JCL

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Sat Oct 24, 2015 4:45 pm
by William Collins
And you have determined that how?

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Sat Oct 24, 2015 6:06 pm
by Akatsukami
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
Incorrect; if you enlarge PDS Details.png, you will see that the data set is explicitly stated to be DSORG=PO.

Re: How copy certain job from certain PDS and change the JOB card?

Posted: Mon Oct 26, 2015 4:58 pm
by vikriih
Sorry I did not see PDS in the screenshot