Defining and Installing in CICS Regions
Defining and Installing in CICS Regions
Defining a Transaction
Screen with the message “DEFINE SUCCESSFUL” will be displayed upon the successful
definition of the transaction.
Defining a Mapset
Mapset : FBM8200
Group : @ORDRPPT
Keep the rest values as default and HIT Enter.
Above Screen with the message “DEFINE SUCCESSFUL” will be displayed upon the
successful definition of the Map.
Defining a Program
PROGram : FBC8200
Group : @ORDRPPT
Language : Cobol
Keep the rest values as default and HIT Enter
The screen with the message “DEFINE SUCCESSFUL” will be displayed upon the
successful definition of the Program.
Defining a file in CICS
Type CEDA DEF FILE in the CICS screen and HIT Enter
The Following Screen will be displayed.
File == > FBDVAV00 (Logical file name that will be used to refer the
actual file in the CICS Program).
Group == > @ORDRPPT
DSName == > <CAN BE THE VSAM DATASET NAME>
STRING == > 005
REMOTESystem == > ORDR
RECORDSize == > 200
Enter the required values and HIT F8 to view the NEXT page.
Set all the Browse operations to YES.
Add : Yes
Browse: Yes
Delete : Yes.
READ : Yes.
UPDATE : Yes.
HIT F8 to view the NEXT page.
Enter the required values and HIT F8 to view the next page.
After all the values are entered HIT Enter to define the file.
The Screen with the message “DEFINE SUCCESSFUL” is displayed upon the successful
definition of the file.
After Defining the Transaction, Program, Mapset and File, all these need to be
installed before running the transaction.
The screen with the message “INSTALL SUCCESSFUL” is displayed upon the
successful installation of the Transaction.
To install the Program delete the TRANSaction and Enter the values for Program.
The screen with the message “INSTALL SUCCESSFUL” is displayed upon the
successful installation of the Program.
To install the Map, delete the PROGram and Enter the values for Mapset.
The screen with the message “INSTALL SUCCESSFUL” is displayed upon the
successful installation of the Map.
To install the File, delete the PROGram and Enter the values for File