Suprtool Code Generation

We offer a few Web Services to generate Suprtool code for you.

Frequently Asked Questions

The Top Ten Questions

Internet Resources

Robelle's FTP archive

HP 3000 related Internet resources

HP-UX related Internet resources


Suprtool Code Generation

CSV Form to Code Generation

The purpose of this form is to generate code where it would take in a CSV file make it fixed length and split the various fields into their intended native type. The target of the form of a dataset or SD file can be used to generate the code.

You can try it out by going to this form: Form To Code

You paste in the form of the dataset you want to add the CSV field to and it will write the define and extract commands for and you are taken to a page with then generated code on it.

Code Generation with Starting Offset

The purpose of this form was to help a customer with some code generation where files would have some fields at the beginning and then an entire dataset in the file. So the dataset would start at a position that was not the first position and was not at the beginning of a self-describing file.

So the code generator form will take in a form from a dataset and a start position and generate all the coded defines and extracts.

You can try it out by going to this form: Form To Code

You enter a start position and paste in the form of the dataset you want define and extract commands for and you are taken to a page with then generated code on it.

CSV Oracle Form to Code

This form will take in the output from a form command after the Open / Select commands have an active Oracle table.

You can try this new form out at Oracle Form to Code. Any feedback can be addressed to neil at robelle.com.

Suprlink Task

This form will accept source input information and generate a standard Suprlink task.

Suprlink Code Generation

Table Selection Task

This form will accept source input information and key fields and generate a standard Table Selection task.

Standard Table Selection Task

Table Data Update

This form will accept input source and what to update and will generate a standard Update from a Table task.

Standard Table Update Code Generation