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 |
What are the types of important programs that are used in the cics?
In an on-line environment, how can you prevent more than one user from accessing the same Transient Data Queue at the same time?
What is the command that is used to delay the processing of a task for a specified time interval
What are the situations under which NEWCOPY is required ?
Explain the difference between intra partition tdq and extra partition tdq?
What is the procedure to read a statement from tsq?
What is the content of the PPT entry?
What is the CICS command that is used to receive the un- formatted data from the terminal?
How to establish dynamic cursor position on a map?
Name and explain some common CICS abend codes?
What is the different ways to initiate a task?
An XCTL uses more CPU time than LINK (True or False)