You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: projects/com.ibm.cics.server.examples.wlp.link/src/com/ibm/cics/server/examples/wlp/link/HelloLiberty.java
+11-2Lines changed: 11 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,26 @@
10
10
importcom.ibm.cics.server.Task;
11
11
importcom.ibm.cics.server.invocation.CICSProgram;
12
12
13
+
/* Licensed Materials - Property of IBM */
14
+
/* */
15
+
/* SAMPLE */
16
+
/* */
17
+
/* (c) Copyright IBM Corp. 2016 All Rights Reserved */
18
+
/* */
19
+
/* US Government Users Restricted Rights - Use, duplication or */
20
+
/* disclosure restricted by GSA ADP Schedule Contract with IBM Corp */
21
+
/* */
13
22
/**
14
23
* Sample code to be invoked by EXEC CICS LINK.
15
24
*/
16
25
publicclassHelloLiberty {
17
26
18
27
/**
19
28
* Prints a greeting message to STDOUT. When invoked with a text container
20
-
* called NAME on the current channel. that name is used. Otherwise, the
29
+
* called NAME on the current channel, that name is used. Otherwise, the
21
30
* user ID of the CICS task is used.
22
31
*/
23
-
@CICSProgram("HELLOWLP")
32
+
@CICSProgram("HELLOWLP")// This method can be invoked by EXEC LINK PROGRAM(HELLOWLP)
0 commit comments