Hi In a JOb I have two DD statement which has got identical instream data. In such a case can I refer back the data for second DD from the first DD? For example, //STEP10 EXEC PGM=... //DDDATA1 DD * . . /* //STEP20 EXEC PGM=... //DDATATA2 DD * .. /* Now I want DDDATA2 to refer to DDDATA1.Is this pos...