View previous topic :: View next topic |
Author |
Message |
Siddheart22 Beginner

Joined: 11 Apr 2005 Posts: 42 Topics: 19 Location: India
|
Posted: Wed Sep 21, 2005 5:22 pm Post subject: Convert COMP to Character using SORT |
|
|
Hi,
My input numeric data looks like:
[code:1:4db4a49df9]
|
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Sep 21, 2005 5:29 pm Post subject: |
|
|
Siddheart22,
Assuming that your input data starts from pos1 for a length of 4 bytes the following JCL will give you desired results.
[code:1:40ebbc5bf8]
//STEP0100 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD *
_________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
Siddheart22 Beginner

Joined: 11 Apr 2005 Posts: 42 Topics: 19 Location: India
|
Posted: Wed Sep 21, 2005 5:35 pm Post subject: |
|
|
Thanks Kolusu for the quick response.
I've checked, it works!!! |
|
Back to top |
|
 |
|
|