32
Following screen shows :- Assumption: You have already compiled your BMS Macro by running JCL and it has created the physical and symbolic map Following screen shows how to : o Define CICS MAP in PPT o Install CICS MAP /Load CICS MAP o Define CICS Transaction in PPT o Install CICS TRANS /Load CICS TRANS o Define VSAM file in FCT o Define CICS PROGram o Install CICS PROGram o Mark new copy of program (CEMT SET PROG) o Close/Open/Change edit options of file (CEMT I FILE) o See List of the transaction running o Kill a task o Browse TSQ (CEBR) o Debug transaction (CEDF)

Cics Screens Ceda Cemt and All (1)

Embed Size (px)

Citation preview

Page 1: Cics Screens Ceda Cemt and All (1)

Following screen shows :-• Assumption: You have already compiled your BMS Macro by running JCL and it has created

the physical and symbolic map• Following screen shows how to :

o Define CICS MAP in PPTo Install CICS MAP /Load CICS MAPo Define CICS Transaction in PPTo Install CICS TRANS /Load CICS TRANSo Define VSAM file in FCTo Define CICS PROGramo Install CICS PROGramo Mark new copy of program (CEMT SET PROG)o Close/Open/Change edit options of file (CEMT I FILE)o See List of the transaction runningo Kill a tasko Browse TSQ (CEBR)o Debug transaction (CEDF)

Page 2: Cics Screens Ceda Cemt and All (1)
Page 3: Cics Screens Ceda Cemt and All (1)

REACH CICS COUNSEL

Type CICS and press enter

Page 4: Cics Screens Ceda Cemt and All (1)

On reaching this screen press attention key (normally it is mapped to PAUSE BREAK key of keyboard.

Page 5: Cics Screens Ceda Cemt and All (1)

DEFINE MAP

On the next screen write “CEDA DEF MAP” and press enter

Page 6: Cics Screens Ceda Cemt and All (1)

On this screen fill in MAPSET, GROUP field and press ENTERAt bottom of the screen you will get the message “Define Successful”Press F3 to reach CICS Counsel.

Page 7: Cics Screens Ceda Cemt and All (1)

Install MAP

Write “CEDA INS MAP” and press enter

Page 8: Cics Screens Ceda Cemt and All (1)

Fill MAPSET and press F8 twice to go 2 page down. Fill GROUP fieldPress enterOn successful installation you will have “INSTALL SUCCESSFUL” Msg at the bottom of the screenPress F3 to reach CICS Counsel.

Page 9: Cics Screens Ceda Cemt and All (1)

DEFINE TRANSACTION

Write “CEDA DEF TRANS” and press <ENTER>

Page 10: Cics Screens Ceda Cemt and All (1)

Fill TRANSaction, Group, Program fields and press <ENTER>At bottom of the screen you will get the message “Define Successful”Press F3 to reach CICS Counsel.

Page 11: Cics Screens Ceda Cemt and All (1)

Install TRANSACTION

Type “CEDA INS TRANS” and press <ENTER>

Page 12: Cics Screens Ceda Cemt and All (1)

Press F8 to go 1 page down.Fill Transactionpress F8 twice to go 1 page down.Fill GroupPress <ENTER>On successful installation you will have “INSTALL SUCCESSFUL” Msg at the bottom of the screenPress F3 to reach CICS Counsel.

Page 13: Cics Screens Ceda Cemt and All (1)

DEFINE VSAM FILE

Type “CEDA DEF FILE” and Press <ENTER>

Page 14: Cics Screens Ceda Cemt and All (1)

Fill File (Logical file name), Group, DSName (physical file name)press F8 thrice to go 3 page downUnder operations change file edit options Add/Browse/Delete/Read/UpdatePress <ENTER>At bottom of the screen you will get the message “Define Successful”Press F3 to reach CICS Counsel.

Page 15: Cics Screens Ceda Cemt and All (1)

DEFINE PROGRAM

Type “CEDA DEF PROG” and press <ENTER>

Page 16: Cics Screens Ceda Cemt and All (1)

Fill PROGRAM, GROUP, LANGUAGE Press <ENTER>At bottom of the screen you will get the message “Define Successful”Press F3 to reach CICS Counsel.

Page 17: Cics Screens Ceda Cemt and All (1)

INSTALL PROG

Type “CEDA INS PROG” and press <ENTER>

Page 18: Cics Screens Ceda Cemt and All (1)

Press F8Fill PROGRAMPress F8Fill GROUPPress EnterOn successful installation you will have “INSTALL SUCCESSFUL” Msg at the bottom of the screenPress F3 to return to CICS Screen

Page 19: Cics Screens Ceda Cemt and All (1)

MARK NEW COPY TO PROGRAM (required after recompiling)

Type “CEMT SET PROG(PGMNAME) NEW” and press <ENTER>

Page 20: Cics Screens Ceda Cemt and All (1)

On response at the bottom it will read “NORMAL” on successful operation

Page 21: Cics Screens Ceda Cemt and All (1)

CICS FILE CLOSE/OPEN/CHG OPERATION OPTION

Type “CEMT I FILE(EMP27A)”Press <ENTER>

Page 22: Cics Screens Ceda Cemt and All (1)

Here you can overtype the option you want to change and press enter.e.g. to close the file Overtype “Ope” with “Clo” and press <Enter>file will be closed on Response “Normal” will be displayed.

Page 23: Cics Screens Ceda Cemt and All (1)

List transactions

Page 24: Cics Screens Ceda Cemt and All (1)

You can filter the result by given transaction initial or name.e.g. “CEMT I TRANS(C*)” or “CEMT I TRANS(CBAM)” and press enterUse F8 to go page down and F7 to go page upF3 to come out of the screen

Page 25: Cics Screens Ceda Cemt and All (1)

KILL TASK

Page 26: Cics Screens Ceda Cemt and All (1)

Type “FO” next to the task you want to kill and press <ENTER>

Page 27: Cics Screens Ceda Cemt and All (1)

Browse TSQ (CEBR)

Type CEBR and press <ENTER>

Page 28: Cics Screens Ceda Cemt and All (1)

Change the TSQ name by overtyping it and pressing enter. Similarly about SYSID

Page 29: Cics Screens Ceda Cemt and All (1)

Debug transaction (CEDF)

Type CEDF and press <ENTER>

Page 30: Cics Screens Ceda Cemt and All (1)

Press Attention key <PAUSE BREAK>

Page 31: Cics Screens Ceda Cemt and All (1)

Type the transaction name and press <ENTER>

Page 32: Cics Screens Ceda Cemt and All (1)

This is CEDF screen, use the option given at the bottom to browse around. It just stops at CICS commands in the program.