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 |
if we want to add new column in the db2 table.How can add in the copybook?
What is the primary aspect of CICS?
Name the 3 common ways to create maps?
How do you read from a TSQ?
Can you define multiple maps in a BMS mapset?How,can anybody sent with syntax?
What is the type of ppt in the cics?
Why do we need integrated cics translator?
What is the command for reading a record form a TSQ?
What is the term conversational programs means?
How do you terminate an already issued DELAY command?
How can we code a program such that we will never get a MAPFAIL error?
Explain the primary function of the processing program table (ppt)?