What is CECI?
Answers were Sorted based on User's Feedback
Answer / ruhi
CECI is used to execute single CICS commands, like
CECI SEND MAP(map_name) MAPSET(mapset-name).
| Is This Answer Correct ? | 17 Yes | 0 No |
Answer / maxcc0
Command Level Interpreter(CECI) is CICS supplied transaction
which performs syntax checking of a CICS command. if the
syntax is satisfied, it will actually execute the command.
this may be useful for interactive patching into the
application system.
ex. CECI READ DATASET('fileaa')
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / mahesh
C- CICS Supplied Transaction
E-Emhanced
CI-Command Level Interpreter
| Is This Answer Correct ? | 5 Yes | 5 No |
ceci is used to send map
command is ceci send map(mapname ) mapset(mapsetname )
thanks for giving ths time
krishna
| Is This Answer Correct ? | 0 Yes | 1 No |
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?
What option is specified in the SEND command to send only the unnamed fields on to the screen?
Which is the control table where you specify all the transaction that are to be started by CICS after CICS
How is dynamic memory allocated within a CICS application program?
What is the difference between the XCTL and LINK commands?
In the CICS command level all the re-entrancy issues are handled by the System(True or False).
List all the CICS tables and explain their contents.
Can you define transid?
What are the attribute values of Skipper and Stopper fields?
Give the definition of COMMAREA ?
How vsam files are read in cics pgms?
What is the component?what are the different components there using cobol and cics