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 |
Which of the following statements correctly describe the syntax of CICS command language?
i would like to practise some programs in code some cics programs plz send the programs
Can you tell recent requirement(s) you handled with your project? Requirements based on Banking Application.
What?s the CICS command used to access current date and time?
Which is the program which determines whether a transaction should be restarted ?
What is the EIB parameter and the CICS command used to implement Pseudo-Conversational technique using single PCT ? Single PPT entry?
What will be the length of the eibcalen ,if the transaction is used to cics first time?
How can you Define and Install the Maps & Mapset ?
How do you place the cursor on a particular position on the screen?
What is the meaning of the ENQ and DEQ commands?
What is meant by a CICS task?
What is the difference between the NOHANDLE option and the IGNORE condition?