TCP/IP Proc Dialog Settings -- Records
Use the Records tab to specify the record that will be passed to the function on the server. When VA Smalltalk calls the remote function, it can pass the program a record containing input and output fields. When the function completes, any output fields are filled in with the function's output values.
If the remote function does not require a record, you can leave this page blank.
Function language
Under Function language, select the type for the record to be passed:
C
COBOL
File name
In the File namefield, type the name of the C header file or COBOL copybook file declaring the data types or records used by the external function.
To list the available files, select Find. To view the contents of a file, select View.
Once you have specified the file you want to use, select Parse.
Parse
Select Parse to have VA Smalltalk read the C header file or COBOL copybook file and build a list of records. From the list, you can manually build the parameter list to use with the external function.
The records (or potential parameters) appear in the Available list.
The parameters you select appear on the external function part's public interface. Then, other parts can set or retrieve the values contained in the records.
Parameter word size
Under Parameter word size, select the word size used for system dependent data types:
16 bit
32 bit
Note:
This setting does not apply to the COBOL External Function part nor is it available on the UNIX platforms.
If you are working with a C External Function, for a C header file, these are all of the data types declared with typedef or struct.
If you are working with a COBOL External Function, for a COBOL copybook file, these are the record formats declared by 01-level and 77-level declarations. The items specified in the PROCEDURE DIVISION USING statement or "ENTRY" statement should compose the list of the To be passed
Available
The Available list shows all of the record formats, or data types, defined in the file specified in the File to parse field.
Alignment
Under Alignment, change the selection from 1 if fields must be aligned on byte boundaries. Possible values are 1, 2, 4, and 8
Tasks
 
Last modified date: 01/29/2015