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

I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program

2 Answers  


How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?

1 Answers   CSC, IBM,


Can you define ppt and what are its uses?

0 Answers  


What is Quasi-reentrancy?

2 Answers   IBM,


Which CICS system program is responsible for handling automatic task initialization?

2 Answers   IBM,






NMDS is both device dependent and format dependent (True or False)

1 Answers  


What CICS command would you use to read a VSAM KSDS sequentially in ascending order?

4 Answers   IBM,


What is the difference between a return with transid and xctl?

0 Answers  


Explain the difference between link xctl?

0 Answers  


Can you explain exec cics handle condition command?

0 Answers  


How can u pass the control from one prog to another in CICS?

10 Answers   Cap Gemini,


How do find length of the cursor in cics map ?

3 Answers   HCL,


Categories