Have you entered any program names in PPT or PCT? If so How?

Answers were Sorted based on User's Feedback



Have you entered any program names in PPT or PCT? If so How?..

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

Have you entered any program names in PPT or PCT? If so How?..

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

Post New Answer

More CICS Interview Questions

What is temporary storage?

1 Answers   IBM,


How many ways to share information between different CICS programs?

3 Answers   Accenture,


What is the term conversational programs means?

0 Answers  


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 ?

3 Answers  


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?

5 Answers   HSBC,






what is invreq condition?

3 Answers   IBM,


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

2 Answers  


How can you accomplish breakpoint in intertest?

2 Answers   IBM,


How do you terminate an already issued DELAY command?

1 Answers   IBM,


What is the EXEC CICS HANDLE ABEND?

2 Answers   IBM,


What is the significance of RDO?

1 Answers   IBM,


what is the most common way of building queue-id of a tsq?

0 Answers   IBM,


Categories