Hi,
This is about DB2 V7 in z/OS
Why is a DCB parameter needed in SYSCOPY DD for an Imagecopy job? e.g.
DCB=(MODELDCB,RECFM=FB,BLKSIZE=0,LRECL=4096,BUFNO= 30,DSORG=PS)
I have seen that in some places they use it and in some places they don't. Utility guide doesn't mention that it is needed, so my assumption was that copy utility decides the LRECL etc.
The second part of the question is, what is the 'MODELDCB' specified above? I suppose it is shop specific, what does it do?
The third part of the question is, how to decide the LRECL of a SYSCOPY dataset? Clearly it is more than the record length of the table here. So whats the criteria?
Thanks in advance for any effort to answer these!