An INPUT statement reads from the file that is specified by the most recently executed INFILE statement. If the INFILE statement is a DL/I INFILE statement, the INPUT statement issues a DL/I get call ...
Once you have referenced the data file containing your data with an INFILE statement, you need to tell IML exactly how the data are arranged: the number of variables and their names each variable's ...
Anyone know how to work with commas and apostrophes coming in as input from a form, and inserting this data into a record using SQL in ASP? If the user enters data with an apostrophe into a text box, ...