PCT and FCT

About CICS and BMS - In this Mainframe Forum - You can post your queries on CICS

Moderators: DikDude, Natarajan, Moderator Group

Locked
ppannala
Member
Posts: 21
Joined: Thu Sep 08, 2011 6:34 pm

PCT and FCT

Post by ppannala » Fri Sep 23, 2011 11:17 pm

Can anyone pls expalin how the PCT and FCT entries are done in CICS, i mean i need the procedure(what are the steps) involved in the settin up of those tables.

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Sat Sep 24, 2011 12:05 am

Talk with your local CICS support / systems programmer.

The acceptable procedures are often quite site-specific.

As a developer, you may possibly not even have permission to do this.
Have a good one

ppannala
Member
Posts: 21
Joined: Thu Sep 08, 2011 6:34 pm

Post by ppannala » Sat Sep 24, 2011 12:16 am

yr right but am thinking if anyone can help me here ?

DikDude
Moderator
Posts: 1001
Joined: Fri Jul 22, 2011 8:39 am
Location: usa

Post by DikDude » Sat Sep 24, 2011 12:29 am

What help might we provide? I suspect no one here knows your system.
Have a good one

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Sun Sep 25, 2011 5:11 pm

Suggest you follow the suggestion from DikDude. You might also like to see:

http://publib.boulder.ibm.com/cgi-bin/b ... 1207135635

http://publibz.boulder.ibm.com/cgi-bin/ ... llection=0
Regards,
Anuj

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Sun Sep 25, 2011 7:45 pm

also,
go to this link and download the PPT
http://www.authorstream.com/Presentatio ... owerpoint/
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

Post by Krishna » Sun Oct 23, 2011 5:38 pm

Refer CEDA command help on IBM site, it will be helpful to you.
For a simple program you need to use following commands to define resourcdes.
Note : In many projects, system support team will take care of these entries and all.


1. define transaction id
CEDA DEFINE TRANSACTION(FRST) PROGRAM(SAMSYS) GROUP(AA)
2. define programname
CEDA DEFINE PROGRAM(SAMSYS) GROUP(AA)
3. define mapset, if you have mapset
CEDA DEFINE MAPSET(myMAP) GROUP(AA)
4. define VSAM file
CEDA DEFINE FILE(FILE12) GROUP(AA)

Locked

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others