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
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ public class HelloLiberty {
29
29
* called NAME on the current channel, that name is used. Otherwise, the
30
30
* user ID of the CICS task is used.
31
31
*/
32
-
@CICSProgram("HELLOWLP") // This method can be invoked by EXEC LINK PROGRAM(HELLOWLP)
32
+
@CICSProgram("HELLOWLP") // This method can be invoked by EXEC CICS LINK PROGRAM(HELLOWLP)
0 commit comments