IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

About assembler MVC instruction error


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vice_versa
Warnings : 1

New User


Joined: 26 Feb 2006
Posts: 19
Location: usa

PostPosted: Sat May 13, 2006 2:41 pm
Reply with quote

I want to move a array from arr to MVALUE1
But the form like MVC MVALUE1,ARR can't move
moreover MVC MVALUE1(44),ARR is ok
why
any help would be appreciated
thanks

MVC MVALUE1,ARR
MVC MVALUE1(44),ARR
ARR DS 11F'0'
MVALUE1 DS 11F
Back to top
View user's profile Send private message
jon_s_rice

Active User


Joined: 24 Mar 2005
Posts: 102
Location: Douglasville, GA USA

PostPosted: Sat May 13, 2006 6:27 pm
Reply with quote

The MVC without the length override takes the length from the destination operand which in this case is four since it is a length of 4 repeated 11 times.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Build dataset list with properties us... PL/I & Assembler 4
Search our Forums:

Back to Top