On Wed, 16 May 2012 18:55:26 +0000, Zierdt Richard A <[email protected]> wrote:
> > MVC Target(),=C'A literal' > >This would be no different than > > MVC Target(L'Source),Source > . . . >Source DC C'A literal' > >except that the first is less cumbersome to code. > That looks to me like a bullet in search of a foot. If you're talking fixed fields, the safest way is to define Target with the right length. If variable, then use something like MVCL, but don't forget the range checks (by setting the first operand length correctly.
