Ansicht
Dokumentation

QWM1805 - File &2 in &1 is read only. ( OS/400 )

QWM1805 - File &2 in &1 is read only. ( OS/400 )

ROGBILLS - Synchronize billing plans   RFUMSV00 - Advance Return for Tax on Sales/Purchases  
This documentation is copyright by IBM.
SAP E-Book


Message : QWM1805
File &2 in &1 is read only.

Message Long Text :

Cause . . . . . : SAVE DATA AS command is not allowed because &2 in library &1 can be used only for read operations.
Recovery . . . : Change the SAVE DATA command to save the data to a view or table which is not read only. If &2 is a view, save to the base table of the view. If &2 is a table, either use the name of a table which does not exist or the name of an existing table which is not read only.
Technical description . . . . . . . . :
If the file is a table or a physical file, it can be used only for read operations if one or more of the following conditions are true:
-- If the file was created (CRTPF or CRTSRCPF command) with either the ALWUPD(*NO) or ALWDLT(*NO) parameter.
-- If any of the columns of the table are defined to be read only.
-- If the table is a catalog or system table.

If the file is a view or a logical file, it can be used only for read operations if one or more of the following conditions are true:
-- If view contains a DISTINCT keyword, GROUP BY clause, HAVING clause, or a column function in the outer-most subselect.
-- If the view or logical file contains a join function.
-- If the view contains a subquery that queries the same table as the table of the outer-most subselect.
-- If all the columns of the view are expressions, scalar functions, or constants.
-- If any of the columns of the view are defined to be read only.
-- If the view is a catalog or system view.

Message File : QCPFMSG
Library Message File : QSYS2924


Vendor Master (General Section)   Fill RESBD Structure from EBP Component Structure  
This documentation is copyright by IBM.

Length: 3235 Date: 20240423 Time: 145019     sap01-206 ( 3 ms )