concatenation of pds files ?
Select messages from
# through # FAQ
[/[Print]\]

MVSFORUMS.com -> Job Control Language(JCL)

#1: concatenation of pds files ? Author: javedsk12Location: pune PostPosted: Wed Jan 09, 2008 6:02 am
    —
hi frnds,

can we concatenate two different pds give me the jcl for that one???



regards

javed

#2:  Author: superk PostPosted: Wed Jan 09, 2008 6:11 am
    —
Code:

//STEPXXXX EXEC PGM=IKJEFT01
//SYSPROC  DD DISP=SHR,DSN=HLQ.PDS1
//         DD DISP=SHR,DSN=HLQ.PDS2
//...
//STEPYYYY EXEC PGM=PGMX
//SYSUT1   DD DISP=SHR,DSN=HLQ.PDS1(MEMBER1)
//         DD DISP=SHR,DSN=HLQ.PDS2(MEMBER2)
//...

#3:  Author: javedsk12Location: pune PostPosted: Wed Jan 09, 2008 6:29 am
    —
thanks superk,

can't we concatenate using any other utility.


regards

javed Smile

#4:  Author: vkphani PostPosted: Wed Jan 09, 2008 8:04 am
    —
javedsk12 wrote:
thanks superk,

can't we concatenate using any other utility.


regards

javed Smile


You can concatenate in any program or any utility.



MVSFORUMS.com -> Job Control Language(JCL)


output generated using printer-friendly topic mod. All times are GMT - 5 Hours

Page 1 of 1

Powered by phpBB © 2001, 2005 phpBB Group