Has anyone come across a tool allowing you to view a data file using a cobol copybook layout on AIX/UNIX ? Much like Fileaid on MVS or Microfocus PC based Data File/Structure editor.
Thanks.
I am sorting a number of files all of the same record length, 5051 bytes into 1 file. The files are keyed on bytes 1 to 31. The command I am using is
sort -T /dev/tmpusr -o /dev/tmpusr/fileout -k 1.1,1.31 file1 file2 file3 file4
the output file is then of varying record length which causes me...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.