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
Kindly specify the pic clause for the any bll cell type of data fields?
Receive consists of buffer option in it. What is the significance of this option?
Can you explain cics translator?
Explain the different system tables used in cics?
What is a cics task?
Can you explain enq and deq used in cics?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
How can you access qsam (seq) files from cics?
Explain how do you dynamically set the cursor position to a specific field?
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Name a few CICS programs which are generally used ?
Explain the difference between a package and a plan.
What is interval control?
Can you define commarea?