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 |
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
What is the function of the LOAD command?
Is length = 0 sufficient to ascertain that the field has been modified?
What is the common work area?
What does ?Pseudo Conversational? mean?
Tsqs can be written in the main storage or auxiliary storage? State true or false
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,
What will happen, if an out-of-range or negative value is specified in the LENGTH option of the SEND
What is frset?
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
Explain the difference between dfhcommarea and tsq?
What is quasi rentrancy concept in CICS?