×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Name, Type/Length, Picture
MyFld, N/5, 9(5)
"Picture" seems to imply COBOL origins. Like the data is either coming
from a COBOL based package or the analyst still refers to data in terms
that come from their roots.
Since it's supposed to be data exchanged between disparate systems (PC or
mainframe to IBM i) then the odds that it's packed are probably still slim
to none. Therefore I think you have little worry that if you change from
packed then you're going to get a performance hit changing from sent
packed data to an alternative format.
What we all don't know is how the data is being exchanged.
Is it ftp exchange with your stream file system?
Is it ftp exchange with your Qsys.lib (aka DB2) file system?
Is it soap/rest exchange?
Does knowing any of the above really affect the decision?
Since they say 5 digits, then you had better, by golly, allow for 5 digits
and do not select some format that doesn't allow for that. Even if they
currently only use 3 digits for everything.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.