InfoConnect for Unisys
XfrJisciiCrlf Property


Returns or specifies whether carriage returns and line-feed characters (CR/LF) at the end of lines in JISCII files are removed (from files you send to the host) or added (to files you receive from the host).
Syntax
'Declaration
 
Property XfrJisciiCrlf As ConvertCrLfOption
'Usage
 
Dim instance As IFileTransfer
Dim value As ConvertCrLfOption
 
instance.XfrJisciiCrlf = value
 
value = instance.XfrJisciiCrlf
ConvertCrLfOption XfrJisciiCrlf {get; set;}

Property Value

The default is Convert, which specifies that carriage return and line-feed characters are added and removed.
Exceptions
ExceptionDescription
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a InfoConnect property that has been secured via the Permissions Manager, or if such a modification requires Administrator privileges.
Remarks

CR/LF processing is typically appropriate for JISCII files, but not for binary files.

This property is applicable to double-byte 3270 sessions only.

If you specify a value that is too large for your host, it will disconnect your session when you first attempt to send a file big enough to fill the buffer. Most systems support values up to 8K.

See Also