Process commands are coded by using syntax specific to each command. The following general coding considerations apply to command statements:
wrong ► LINK TO PROGRAM XYZ USING (REC1,,REC2) wrong ► INITIALIZE RECORDS (REC1,,REC2).
Commas and blanks cannot be used in a built-in function.
All characters between the hyphens and the end of the line are considered part of the comment.
EXEC SQL. SELECT * FROM PROD.EMPLOYEE WHERE EMP_ID > 5555; --Selecting employees having consultant ids END-EXEC.
|
Copyright © 2014 CA.
All rights reserved.
|
|