Have you entered any program names in PPT or PCT? If so How?
Answer Posted / manish_cics
FOR PROGRAM CONTROL TABLE(PCT).
CEDA DEFINE T
TRANSaction-->transaction-name
GROUP---> gruop-name
DESCRIPTION--> SOME-THING-GIVEN-DESCITION-ABT-PROGRAM
PROGRAM--> program-name.
above these TRANS , GROUP , PROGRAM NAME IS MUST
another option is given below for d associated table
TWASIZE--->00000
PROFILE--->DFHCICST
PARTITIONSET--->
STATUS----> ENABLED/DISABLED
PRIMERSIZE--->
TASKDATALOC--->
TASKDATAKEY--->
STORAGE CLEAR---> NO/YES
RUNAWAY----> SYSTEM/0/500------2700000000
SHUTDOWN-->
ISOLATE--->
BREEXIT--->
+ REMOTE ATTRIBUTES
DYNAMIC--->
ROUTABLE--- NO/YES
REMOTESYSTEM--->
REMOTEENAME--->
TRPROF--->
LOCALQ---> NO/YES
SCHEDULING
+PRIORITY --->001
TCCLASS : NO
TRANCLASS --->
:
:
FOR PPT(PROCESSING PROGRAM TABLE )
CEDA DEFINE P
PRGRAM---> PRPGRAM-NAME
GROUP---> group-name
DESCRIPTION--->
LANG------>COBOL/ASM/PL1....
RES------>
RES means residency status.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Explain the different ways of initiating transaction in cics?
How do we pass parameters into a CICS –DB2 program
name the command that is used to dump the main storage areas related to a task?
Explain the logical message in cics?
What are the cics commands associated with task control?
Explain the difference between a symbolic map and physical map?
define the field with ic in the bms map.
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
what is the most common way of building queue-id of a tsq?
Explain the use of DCT ?
What is journal recovery?
Db2 what is the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cicsregions that share the same db2 subsystem?
What is the pic clause for the any bll cell type of data fields?
Define cics interface block?
In a particular cics program, what is the procedure to allocate dynamic memory?