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 is the CICS command that is used to copy a screen image of a terminal into another terminal?
Is it possible to delete Symbolic Map? What is the impactness if we delete symbolic map?
What is the command for reading a record form a TSQ?
Explain the difference between a package and a plan.
Which is the CICS control program which governs the flow of control among the CICS application
Specify the requirements for Automatic Task Initiation. (Mention the control table, it?s entries and the corresponding Procedure division CICS command).
Name some commands used for CICS file browsing.
When there are 2 records with the same key specified in a DELETE operation what will happen?
Explain how DSECT parameter is used in BMS ?
What is the COMMAREA(communications area)?
What are the situations under which NEWCOPY is required ?
How can the fact that EIBCALEN is equal to zeros be of use to an application programmer?