I have below input file: Field1=(1-7) field2= (8-12) field3= (13-19) ABC'DEF12345GHIJ'KL
I need my Output file of same field length as below: ABC?'DE12345GHIJ?'K
Need to replace " ' " by " ?' " using DFSORT. How to achieve this? Please help.
I have below input file: Field1=(1-7) field2= (8-12) field3= (13-19) ABC'DEF12345GHIJ'KL
I need my Output file of same field length as below: ABC?'DE12345GHIJ?'K
Need to replace " ' " by " ?' " using DFSORT. How to achieve this? Please help.
Copyright © 2021 Jogjafile Inc.
If your input file contains:
Using the following control cards:
Your output file will contain:
This was verified using AHLSORT for Windows x64, Version v14r3-87-g811342a2 but should work the same using DFSORT or SYNCSORT on z/OS.