View previous topic :: View next topic |
Author |
Message |
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Wed Jun 22, 2005 4:35 am Post subject: High Values |
|
|
Hi,
If I want to move High Values to a variable with PIC X(09) manually what should I move. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Jun 22, 2005 4:40 am Post subject: |
|
|
vkphani,
This is real basic programming question.
Code: |
MOVE HIGH-VALUES TO FIELD
|
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Wed Jun 22, 2005 4:45 am Post subject: |
|
|
Kolusu,
I am not moving thru a program.
I am editing the file manually and I want to put high values in one particular field. |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Wed Jun 22, 2005 4:52 am Post subject: |
|
|
vkphani,
Please post detailed information on what you're trying to accomplish. Do not make people guess what you mean. This will give you a much better chance of getting a good answer to your question.
In your first post , you mentioned of moving high-values to alphabetic field and now you say you are editing the file to put high-values. So be clear on your requirements as it will save time and effort for you as well as other people who are trying to help you.
For the EBCDIC collating sequence, the character X'FF' is high-values. So open your dataset in edit mode and type hex on and put X'ff' for 9 bytes. If you are not sure how to read hex values then check this topic
http://mvsforums.com/helpboards/viewtopic.php?t=4077&highlight=hex
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Wed Jun 22, 2005 4:52 am Post subject: |
|
|
High-Values are a hex 'FF'. |
|
Back to top |
|
|
vkphani Intermediate
Joined: 05 Sep 2003 Posts: 483 Topics: 48
|
Posted: Wed Jun 22, 2005 4:58 am Post subject: |
|
|
Kolusu,
Thanks for the help. |
|
Back to top |
|
|
|
|