Should text fields be padded with blanks and numeric fields be padded with zeros to there maximum length?

No, the record layouts, although they list a maximum length that we will except, were designed to be variable length. No text field should be blank or space padded on either the right or left and the numeric fields should not be zero padded to the left of a value. If this is done, it can cause your transfer rate to slow down, even though the file is compressed there is still space used to represent the blanks, spaces and zeros and in a large data file this additional space could be substantial enough to lengthen the transfer time.

Also, if the three fields to be encrypted have been blank/space padded then the encryption routine may fail (if the whole field is blank) or may not properly encrypt the value. Please refer to the Encryption section of this page for specifics.

No padding should occur. Although the record layouts list a maximum length that will be accepted, the submission is designed to be variable length. No text field should be blank- or space-padded on either the right or left, and the numeric fields should not be zero-padded to the left of a value.

If this is done, it can cause your transfer rate to slow down. Even though the file to be transmitted is compressed, there is still space used to represent the blanks, spaces, and zeroes, and in a large data file, this additional space could be substantial enough to lengthen the transfer time. Also, if the fields to be encrypted have been blank-/space-padded then the encryption routine may fail (if the whole field is blank) or may not properly encrypt the value.

More.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions