I have several sort commands within a batch job stream. I am using stdin and stdout for most of the sort commands. The flat files that are being piped in and out are anywhere between 500MB and 30GB.
From what I noted in the man page, 'sort' is largefile compatible (2GB+).
I have changed the work file directory to a more suitable location and I have plenty of storage space. I have access to as much as 30GB of memory.
I am wondering if also, the piping of the process is causing harm (multiple sorts running at the same time). I really do not want to have to land this data before and after each sort.
If more information is needed, I will supply it.
Side note: I have used Opt-Tech's otsort in the past, but could use a manual if anyone has one.
Any help is appreciated.
Thanks.
From what I noted in the man page, 'sort' is largefile compatible (2GB+).
I have changed the work file directory to a more suitable location and I have plenty of storage space. I have access to as much as 30GB of memory.
I am wondering if also, the piping of the process is causing harm (multiple sorts running at the same time). I really do not want to have to land this data before and after each sort.
If more information is needed, I will supply it.
Side note: I have used Opt-Tech's otsort in the past, but could use a manual if anyone has one.
Any help is appreciated.
Thanks.