we are inserting deptid in departments table using the following INSERT statement:
INSERT INTO departments (department_id,
department_name )
VALUES (30, ':Purchasing');
so where does the departments file get created in As/400 system?
when we are doing a runqry on departments file, it is giving the error that the file is not present in the library list.
Software/Hardware used:
ASKED:
November 12, 2008 2:14 PM
UPDATED:
November 12, 2008 2:22 PM