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

define the field with ic in the bms map.

0 Answers   IBM,


Explain how DSECT parameter is used in BMS ?

0 Answers  


what is the purpose of using link ?

5 Answers   Kanbay,


WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)

1 Answers  


How do you use altindxs in batch, cics programs?

0 Answers  






What are the CICS commands associated with transient data queue processing?

1 Answers  


Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?

1 Answers   IBM,


Explain the basic difference between Intra partition TDQ and Extra partition TDQ.

2 Answers   IBM,


what are the two ways of breaking a cpu bound process to allow other task to gain access to cpu?

1 Answers   IBM,


Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?

0 Answers  


What is the name of the mapset definition macro?

1 Answers  


suppose u want to pageup and page down into the bms screen , for that wat u wud do into the cics application program?

1 Answers   Bank Of America, Cap Gemini, IBM, RBS,


Categories