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 |
Can you use DYNAMIC calls in CICS ?
What is the CICS command that is used to copy a screen image of a terminal into another terminal?
Sync points cannot be requested by the application programs (True or False).
Define ceci?
how to make the entire screen protected. i.e., for example when we design a delete screen before deleting the details we need to popup a screen saying do u wish to delete(Y/N). When this screen appears i want to make the previous screen fields as protected.Please help me with the anser. i need the entire screen to be protected. Thanks in advance
Define an aica abend?
Name the cics command that gives the length of twa area?
What do you do if you do not want characters entered by the user to be folded to uppercase ?
What is the significance of RDO?
What is frset?
what is invreq condition?
What are the CICS commands associated with temporary storage queue processing?