Created
July 21, 2018 00:09
-
-
Save krescruz/af77ce3ab13f36092507b6d00b30c374 to your computer and use it in GitHub Desktop.
IBM i Create store procedure for calling CLP (Programming Control language)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE PROCEDURE MYLIB.SPNAME( | |
IN @P1 CHAR(10), | |
) | |
LANGUAGE CL | |
NOT DETERMINISTIC | |
NO SQL | |
EXTERNAL NAME MYLIB.MYCL | |
PARAMETER STYLE GENERAL; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment