Re: File Concatenations

2007-05-04 Thread Warner Mach
SNIP Assuming the following JCL: //DD1 DD DSN=dsname1,disp=shr // DD DSN=dsname2,disp=shr // DD DSN=dsname3,disp=shr Where DD1 is opened for input. All files are on DASD. How can I tell when dsname1 has been 'exhausted' and reading starts on dsname2, etc?

Re: File concatenations

2007-05-03 Thread Vernooy, C.P. - SPLXM
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Assuming the following JCL: //DD1 DD DSN=dsname1,disp=shr // DD DSN=dsname2,disp=shr // DD DSN=dsname3,disp=shr Where DD1 is opened for input. All files are on DASD. How can I tell when dsname1 has

Re: File concatenations

2007-05-03 Thread Shmuel Metz (Seymour J.)
In [EMAIL PROTECTED], on 05/03/2007 at 08:26 AM, Vernooy, C.P. - SPLXM [EMAIL PROTECTED] said: [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Assuming the following JCL: //DD1 DD DSN=dsname1,disp=shr // DD DSN=dsname2,disp=shr // DD DSN=dsname3,disp=shr

Re: File concatenations

2007-05-03 Thread (IBM Mainframe Discussion List)
[EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Assuming the following JCL: //DD1 DD DSN=dsname1,disp=shr // DD DSN=dsname2,disp=shr // DD DSN=dsname3,disp=shr Where DD1 is opened for input. All files are on DASD. How can I tell when dsname1