| Author |
Message |
Topic: DFSORT - return codes |
JediKnight
Replies: 3
Views: 7056
|
Forum: Utilities Posted: Tue Sep 06, 2011 4:00 am Subject: DFSORT - return codes |
OK thanks, so I think you are saying that I need a new JCL step to generate the RC8. This will come before my existing JCL step which now looks like this....
OPTION COPY,
INCLUDE COND=(1,4,CH,E ... |
Topic: DFSORT - return codes |
JediKnight
Replies: 3
Views: 7056
|
Forum: Utilities Posted: Mon Sep 05, 2011 7:29 am Subject: DFSORT - return codes |
Hello,
I am converting some Fileaid jobs to DFsort. Currently, if a input file is empty in Fileaid, we get a return code of 8. This is the same with File Manager, it has been configured to give a re ... |
Topic: How to convert a rec with PD to Decimal and ignore the sign |
JediKnight
Replies: 5
Views: 5456
|
Forum: Utilities Posted: Sat Aug 27, 2011 3:25 am Subject: How to convert a rec with PD to Decimal and ignore the sign |
| Thats great - I understand why you said 6 bytes now if I wanted the sign (which I don't in this case). Many thanks for replying. |
Topic: How to convert a rec with PD to Decimal and ignore the sign |
JediKnight
Replies: 5
Views: 5456
|
Forum: Utilities Posted: Fri Aug 26, 2011 5:36 pm Subject: How to convert a rec with PD to Decimal and ignore the sign |
OK thanks - doesn't a 3 byte packed decimal field convert to a 5 byte display field ?
x'12345F' -> F1F2F3F4F5
I want to output the whole record as-is, except I need to convert the PD area to ZD w ... |
Topic: How to convert a rec with PD to Decimal and ignore the sign |
JediKnight
Replies: 5
Views: 5456
|
Forum: Utilities Posted: Fri Aug 26, 2011 11:11 am Subject: How to convert a rec with PD to Decimal and ignore the sign |
| Hello, If I have a 116 byte record where all bytes are numeric (F0 to F9) except 2 areas that contain packed decimal (at positions 10 and 30 for a length of 3 bytes each), how do i convert the whole r ... |
| |