iknow Beginner
Joined: 09 Jan 2006 Posts: 39 Topics: 15 Location: Inside the MATRIX
|
Posted: Fri Jan 13, 2006 8:29 am Post subject: Is this a Valid Move Statement in Vs Cobol - II |
|
|
Hi Folks,
Please help me with this statement.
Is the following a valid VS-COBOL-II statement?
MOVE 'A,B,C,D' TO B .
MOVE 'A-B-BC-D' TO B .
MOVE 'A/B/C/D' TO B . |
|