View previous topic :: View next topic |
Author |
Message |
jld49 Beginner
Joined: 15 May 2006 Posts: 3 Topics: 3 Location: UK
|
Posted: Mon Mar 19, 2007 11:13 am Post subject: Appending to full GDG |
|
|
Can someone tell me where the new data will go in the following? Will it append to the last (i.e. the latest) member of the GDG? OUTFILE is defined as a 10-member GDG.
Code: |
//*-- APPEND DAILY INPUT TO UPLOAD
//S020 EXEC SUPCPYP,COND=(0,NE)
//INFILE DD DSN=JLD.INPUT,DISP=SHR
//OUTFILE DD DSN=JLD.OUTPUT,DISP=MOD |
thanks. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12385 Topics: 75 Location: San Jose
|
Posted: Mon Mar 19, 2007 11:18 am Post subject: |
|
|
jld49,
It will append to the latest generation if at least there is one generation of JLD.output. If there are NO generations then the job will fail.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
expat Intermediate

Joined: 01 Mar 2007 Posts: 475 Topics: 9 Location: Welsh Wales
|
Posted: Tue Mar 20, 2007 3:16 am Post subject: |
|
|
You have not specified either the relative or absolute GDG number.
The job will probably fail JCL error. Have you tried it ? _________________ If it's true that we are here to help others,
then what exactly are the others here for ? |
|
Back to top |
|
 |
|
|