Wednesday, November 23, 2011

IEBCOPY:


 This is a utility supplied by IBM which can be used to copy data from pds to another pds and ps to ps and tape ot ps and COMPRESS
The copy command must be used in sysin dd * to copy members
Select command can be used to copy selected members
Executed command is used to copy all excepted members specified.

note: many ps can be copied to one ps only multiple out ps’s cannot be copied


copying members of one pds to another:

// job001                      job(xyz), ‘abc’ class=A
//step001                      exec     pgm=IEBGCOPY
//sysut1                        DD      DSN=user.sour.data.prod.cobol, disp=shr
//sysut2                        DD      DSN=user.sour.data.dev.cobol, disp=old

No comments:

Post a Comment