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

collating sequence


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sampathkmn
Warnings : 1

New User


Joined: 12 Dec 2005
Posts: 31
Location: bangalore

PostPosted: Fri Feb 17, 2006 2:53 pm
Reply with quote

hi,

what is collating sequence?

what is the meaning of COBOL statement which is as follows:

MOVE LOW-VALUES TO VAR1.
MOVE HIGH-VALUES TO VAR1.
Back to top
View user's profile Send private message
sihanature
Warnings : 1

New User


Joined: 01 Sep 2005
Posts: 33

PostPosted: Fri Feb 17, 2006 5:14 pm
Reply with quote

Hi

This High and Low Values are Figurative constant and are reserved words that name and refer to specific constant values.

HIGH-VALUES
Represents one or more occurances of Character that has highest ordinal position in collating sequence used.
For EBCDIC collating sequence , the character is X'FF';
For other collating sequence, the actual character used depends on the collating sequence indicated by the locale

LOW-VALUES
Represents one or more occurances of character that has lowest ordinal position in collating sequence used.

Regards
For EBCDIC collating sequence, the Character is X'00';
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Cobol program with sequence number ra... COBOL Programming 5
No new posts Find missing sequence for every key DFSORT/ICETOOL 3
No new posts GDG all in sequence order JCL & VSAM 9
No new posts Sequence number generation for multip... DFSORT/ICETOOL 2
No new posts Search file for records that don't fo... SYNCSORT 8
Search our Forums:

Back to Top