Have you entered any program names in PPT or PCT? If so How?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sriramu.t
We enter Program Names into PPT
The syntax is as follows
DEFINE PROGRAM(EMPPGM) GROUP(your-group-name)
DESCRIPTION( Example Program)
LANGUAGE(COBOL)
Is This Answer Correct ? | 7 Yes | 4 No |
What is temporary storage?
How many ways to share information between different CICS programs?
What is the term conversational programs means?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
In a string " SEMINAR" .Replace "A" by 123. will this replacement will happen ot will it give error? If not , den what will be the output?
what is invreq condition?
What is MDT ? How it is related FSEAT & FRESET? what is the meaning of MDT on.. pls ans With explanation is will be more helpfull thank you
How can you accomplish breakpoint in intertest?
How do you terminate an already issued DELAY command?
What is the EXEC CICS HANDLE ABEND?
What is the significance of RDO?
what is the most common way of building queue-id of a tsq?