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

moving low-values


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sushilchandran

New User


Joined: 21 Jun 2005
Posts: 22

PostPosted: Tue Aug 09, 2005 3:22 pm
Reply with quote

hi,

can we move low-values to numeric-edited or numeric fields.wat is the hexadecimal format of low values and high values.we can move on the alpha numeric fields then wats the hexadecimal format of those?????
Back to top
View user's profile Send private message
thanooz

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Tue Aug 09, 2005 4:29 pm
Reply with quote

HI,

IF YOU ARE MOVING LOW OR HIGH VALUES TO NUMERIC FIELD IT GIVES ERROR.THE NON NUMERIC VALUE IS MOVED TO NUMERIC.IF YOU ARE MOVING IT TO ALPHA NUMERIC FIELD THE VALUES ARE '00' AND 'FF' RESPECTIVELY.


THANKS,
THANOOZ.
Back to top
View user's profile Send private message
sushilchandran

New User


Joined: 21 Jun 2005
Posts: 22

PostPosted: Tue Aug 09, 2005 4:38 pm
Reply with quote

thanks thanooz
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Wed Aug 10, 2005 7:33 am
Reply with quote

MOVE ALL X'00' TO WS-XXX
MOVE ALL X'FF' TO WS-XXX
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Moving Or setting POINTER to another ... COBOL Programming 2
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
Search our Forums:

Back to Top