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
Whenever a cics program goes through a compilation process, there is always some extra code that is added to the program. Where exactly does this new piece of code go to and what is it termed as ?
Define floating maps with illustration?
Kindly specify the pic clause for the any bll cell type of data fields?
Can you define commarea?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
how can you prevent more than one user from accessing the same transient data queue?
Explain the function of the terminal control table?
In case if the user inputs the characters which turn out to be uppercase, then what is the procedure to close that condition?
What does the 'cedf:cics' transactions do?
What is meant by an attribute byte?
Define the term function request shipping?
What is the tcp in the cisc?
Explain the difference between cics program control table (pct) and cics processing program table (ppt)?
What is journal recovery?
Can you explain enq and deq used in cics?