@Deprecated
public class Message
extends java.lang.Object
Utility class for issuing CICS messages
Modifier and Type | Field and Description |
---|---|
static int |
MSG0001
Deprecated.
Constant for message number 1
|
Constructor and Description |
---|
Message()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static void |
write(int msgno,
int seqno,
java.lang.String ins1,
java.lang.String ins2,
java.lang.String ins3,
java.lang.String ins4,
java.lang.String ins5)
Deprecated.
write method deprecated at release 6.1. Will be removed at next release
|
public static final int MSG0001
@Deprecated public static void write(int msgno, int seqno, java.lang.String ins1, java.lang.String ins2, java.lang.String ins3, java.lang.String ins4, java.lang.String ins5)
msgno
- JCICS message numberseqno
- unused by CICS/ESAins1
- message insert (null if not used)ins2
- message insert (null if not used)ins3
- message insert (null if not used)ins4
- message insert (null if not used)ins5
- message insert (null if not used)