What are all things you can do with CEDA?
Answers were Sorted based on User's Feedback
Answer / sriramu.t
1.To create a new resource definition,
2.To create a map set definition,
afterDEFINE,
eg. CEDA DEFINE MAPSET(NEW7) GROUP(AAA1)
3.Clear the screen and start the CEDA transaction.
Create a transaction definition.
4.You do not have to step through all the panels are you
did when you created the map set definition. You can type
the whole command on the CEDA initial panel.
eg: DEFINE TRANSACTION(XYZ1) PROGRAM(XYZ2) GROUP(AAA2)
| Is This Answer Correct ? | 10 Yes | 3 No |
Answer / rajesh kumar
1.Defining the Resource Entries.
2.Creating Lists and Groups.
3.Changing the Attributes of the Resource Definitions.
4.Deleting the Resource Entries.
5.Protecting the Resource Entries.
6.Copy one list to another list.
| Is This Answer Correct ? | 3 Yes | 0 No |
How to prevent user to access a screen directly from cics Native screen by using Trans Id?
How will you place cursor on a field called ?EMPNO?.
How many ways to share information between different CICS programs?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
Can you issue SQL COMMIT from a CICS program?
Explain processing program table(ppt)?
How To Set MDT(Modified Data Tag) Thru Application Program? (Dynamically)?
define the field with ic in the bms map.
What is the CICS supplied transaction which performs syntax checking of a CICS command?
What CICS command would you use to read a VSAM KSDS sequentially in ascending order?
If I create a TSQ from one transaction, can I read it from another transaction?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?