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

MVC instruction to move 255 characters only


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

New User


Joined: 19 Nov 2004
Posts: 24
Location: Banglore

PostPosted: Thu Jul 24, 2008 12:57 pm
Reply with quote

Using MVC instruction we can move 255 characters only. Why it is restricted like this.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Jul 24, 2008 1:04 pm
Reply with quote

Hi kalpana !

Plse search the forum for alittle article about the magic of 255Bytes.
Back to your Question. The length is internaly stored in one byte.
So what is the max. value you could store there ???

If you want to MVC more than that, use MVCL.
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Thu Jul 24, 2008 5:50 pm
Reply with quote

Quote:
The length is internaly stored in one byte.
So what is the max. value you could store there ???


Yes, but be aware that the length is relatrive to zero. You can get interesting results if the length byte is set to x'FF' !!

Regards,
Garry
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Thu Jul 24, 2008 7:18 pm
Reply with quote

@ Garry Carroll !

Thank's for adding this apect. Cause programming in Assembler whole day, i forgot. I allways start counting with zero.

Somtimes i characterize myself as binary zero.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Jul 25, 2008 4:14 am
Reply with quote

I am stealing this from somebody else that uses this phase in his signature and paraphrasing a bit:

The are 10 types of people in this world. Those that think binary and those who don't.


(The qualification I gave at the beginning of this post was provided,
since I know that there are others who will recognize the phrase
and be pissed because I stole it first!).
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Fri Jul 25, 2008 12:37 pm
Reply with quote

You're probably right to have the qualification lest plagiarism "byte" you.... Is
Quote:
paraphrasing a bit
possibly? I though they were either 'on' or 'off'. Was never very good at fuzzy logic.....

Garry.
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 Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
No new posts COBOL - Move S9(11)v9(7) COMP-3 to -(... COBOL Programming 5
No new posts How to move the first field of each r... DFSORT/ICETOOL 5
No new posts Count the number of characters in a f... CA Products 1
Search our Forums:

Back to Top