A mapset consists of three maps and 10 fields on each map .
How many of the following will be needed ?
Answer Posted / v@m$i
sol is two types.
first:
------
if u define all fileds in one map. It is like this
DFHMSD---mapset name
DFHMDI---map name
DFHMDF--- declare 30 fileds here
Second:
-------
if u define 10 fileds for each map.It is like this
DFHMSD---mapset name
DFHMDI---map name
DFHMDF-- declare 10 fields here
NOTE:repeat this procedure for 3 maps.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
Can you define transid?
Explain the difference between link xctl?
What is commarea (communications area)?
Explain the usage of language in the ppt entry?
What is the use of the program list table?
In a particular cics program, what is the procedure to allocate dynamic memory?
Can you explain cics translator?
What is the cics command level?
Explain how do you intitiate another transaction?
What is DEQ?
which cics command must be issued by the application program in order to gain access to the common work area (cwa)?
how do you intitiate another transaction?
How errors are handled in CICS programs?
Can you define ppt and what are its uses?