Replication Manager provides two script editors, Replication Command Language (RCL) and Structured Query Language (SQL). These editors function in a similar manner. However, the RCL script editor highlights RCL keywords while the SQL script editor highlights SQL keywords.
Use the script editors to perform the following tasks:
Select multiple Replication Server objects and generate RCL for the selected objects. See Adaptive Server documentation for information about generating SQL for ASE objects.
Edit and save generated RCL scripts.
Load an RCL script from a file.
Resubmit an RCL script to Replication Server.
Resubmit a SQL script to Adaptive Server.
Create and configure Replication Server components.
The RCL script editor is available from Replication Server context menu. The SQL script editor is available from the Adaptive Server context menu. Therefore you can submit script commands directly to the server. Thus, you can load scripts that were generated by other tools such as PowerDesigner.