View previous topic :: View next topic |
Author |
Message |
jerryc314 Beginner
Joined: 13 May 2004 Posts: 6 Topics: 4
|
Posted: Mon May 17, 2004 8:01 pm Post subject: copy files |
|
|
I am trying to copy a member of a pds to another pds. I tried using smcopy, but I kept the following error:
ADF114I record format of data sets not consistant with operation being performed.
Both the from and to datasets have the same format.
Why am I getting this error?
How can I do the copy? I want to create a REXX exec to copy several datasets. |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Mon May 17, 2004 8:49 pm Post subject: |
|
|
What is "smcopy"? It's not a standard TSO or other utility command. |
|
Back to top |
|
 |
jerryc314 Beginner
Joined: 13 May 2004 Posts: 6 Topics: 4
|
Posted: Mon May 17, 2004 9:21 pm Post subject: |
|
|
In TSO/E Command Reference SC28-1969 there is a refernece to SMCOPY. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Maton_Man Beginner

Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Mon May 17, 2004 9:40 pm Post subject: |
|
|
Yes it is. It is part of Session Manager.
Do you really need to use Session Manager to do this? Can you use ISPF 3.3 instead?
For further help can you please post the allocation attributes of the PDSs you are copying from and to and the SMCOPY command you issued. _________________ My opinions are exactly that. |
|
Back to top |
|
 |
jerryc314 Beginner
Joined: 13 May 2004 Posts: 6 Topics: 4
|
Posted: Mon May 17, 2004 10:04 pm Post subject: |
|
|
I have about 200 members in four different pds's I want to copy into one pds. I don't want to use 3.3 and have to pick 200 different entries. I want to write a REXX exec to do the copy, using an available command. |
|
Back to top |
|
 |
Maton_Man Beginner

Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Tue May 18, 2004 1:34 am Post subject: |
|
|
Why not use LMMCOPY then? _________________ My opinions are exactly that. |
|
Back to top |
|
 |
|
|