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 WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
What is the difference between LINK and XCTL ?
What is task control and what are the CICS commands associated with it?
What is the function of the EXEC CICS HANDLE CONDITION command?
How to establish dynamic cursor position on a map?
Name the macros used to define the following: MAP MAPSET FIELD
Can you define bms?
How to establish dynamic cursor position on a map? How to get the cursor position when we receive a map?
Can you define transid?
Explain the various ways data can be passed between CICS programs.
Are sequential files supported by CICS?
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.