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 |
WHAT ARE THE VERBS IN CICS EQUAL TO ACCEPT,DISPLAY,VALUE?
when will be use the tdq and tsq??
How can you access esds files from cics?
Explain how do you handle errors in cics programs?
What is cics load command?
how do you handle errors in cics programs?
Name the three ways available for a program to position the cursor on the screen?
Can QSAM files be accessed from CICS?
Name the cics command used to access current date and time?
explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?
what is psuedo conversation?
What is the component?what are the different components there using cobol and cics