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 |
interview type questions like basics&deep
What does the 'ceci:cics' transactions do?
how can we differentiate between conventional and pseudo-conventional coding just by seeing cobol code?
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
In which CICS table would you specify the length of the TASK WORK AREA (TWA)?
Explain how to build up lu 6.2 communication?
What is the name of the log which contains the information needed to restart the system, including the task
Define cedf?
What is the common work area (CWA)?
Explain how many conditions can you include in a single handle condition command?
Define an asra abend?
WHEN I TRIGGER A TRANSACTION (COBOL-CICS-DB2 PROGRAM)WHAT IS THE EXECUTION? (I MEAN THE PURPOSE OF CICS-CONTROL TABLES &CONTROL PROGRAMS)