| Author |
Message |
Topic: Error allocating PDS |
mainframe78
Replies: 4
Views: 5038
|
Forum: Job Control Language(JCL) Posted: Fri Jul 16, 2004 2:44 pm Subject: Error allocating PDS |
| i wanted to copy some existing datasets to my personal datasets, which are having different lrecl etc. so using a LIKE parm will make my job easier... |
Topic: Error allocating PDS |
mainframe78
Replies: 4
Views: 5038
|
Forum: Job Control Language(JCL) Posted: Fri Jul 16, 2004 2:21 pm Subject: Error allocating PDS |
Sorry the error message from joblog is
IGD17293I DATA SET AKSDF72.NEW HAS
PARTITIONED ORGANIZATION AND IS NOT ELIGIBLE
TO BE A MULTI-VOLUME DATA SET, ALLOCATION FAILED
I copied the wrong one ... |
Topic: Error allocating PDS |
mainframe78
Replies: 4
Views: 5038
|
Forum: Job Control Language(JCL) Posted: Fri Jul 16, 2004 2:10 pm Subject: Error allocating PDS |
Hi,
I tried to create a PDS using LIKE command in JCL
and i got the error
SYS1 DD DSN=AKSDF72.USER.JCL,DISP=SHR
SYS2 DD DSN=AKSDF72.NEW,LIKE=AKSDF72.USER.JCL,
DISP=(NEW,CAT ... |
| |