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 |
Can ESDS files be accessed from CICS?
How To Compile The COBOL-BD2-CI CS Programs In Real TIme? Please Give Me the Detailed Description?
What are the 3 working storage fields used for every field on the map?
When you compile a CICS program, the (pre)compiler puts an extra chunk of code. Where does it get stored
If -1 is moved to length for more than one field on a map, where will the cursor be positioned?
What is meant by pseudo-conversation?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?
Explain the different system tables used in cics?
Highlight the points of differences between XCTL and START?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is meant by MDT? Furthermore, comment on FRSET and FSET ?
What are the situations under which NEWCOPY is required ?