Displaying a Map using Application Program.
We know that CICS is Customer Information Control System.
CICS is a command level language which consists of set of commands, coded in Procedure Division as follows.
EXEC CICS -> It Starts With
CMD1
CMD2
----
END-EXEC -> Ends with
Based on the requirements we use as follows.
Simple Program to Send a Map
We know that CICS is Customer Information Control System.
CICS is a command level language which consists of set of commands, coded in Procedure Division as follows.
EXEC CICS -> It Starts With
CMD1
CMD2
----
END-EXEC -> Ends with
Based on the requirements we use as follows.
- It may be displaying a message to User.
- Receiving a message from user.
- Transferring a control from one program to another Program.
- Initiating a Transaction from the program.
Simple Program to Send a Map
- Displaying a simple message to User.
- Code a Cobol Program
- Compile the Program.
- Register Program & transaction in online tables.
ConversionConversion EmoticonEmoticon