How to delete columns of a RDF table?
search cancel

How to delete columns of a RDF table?

book

Article ID: 106909

calendar_today

Updated On:

Products

OPS/MVS Event Management & Automation

Issue/Introduction



How to delete columns of a RDF table?

Environment

Release:
Component: OPSMVS

Resolution

You can use the DROPCOLS function. 
For example, to delete the column COLA from the RDF table TABLEA issue the command from a TSO session:
 
TSO OI ASOTEAPI DROPCOLS TABLE(TABLEA) COLUMNS(COLA)


:

 

Additional Information

https://docops.ca.com/ca-opsmvs/13/en/reference-information/command-and-function-reference/relational-data-framework-reference/relational-table-editor-batch-api-functions#RelationalTableEditorBatchAPIFunctions-DROPCOLSFunction--RemoveTableColumns