A mapset consists of three maps and 10 fields on each map .
How many of the following will be needed ?
Answers were Sorted based on User's Feedback
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 |
Answer / ananta bajpai
dfhmsd -3 maps
dfhmdi - 3
dfhmdf- 30fileds
| Is This Answer Correct ? | 0 Yes | 3 No |
What are the differences between an EXEC CICS XCTL and an EXEC CICS LINK command.
Explain how do you dynamically set the cursor position to a specific field?
when a task suspends all the handle conditions via the push command, how does the task reactivate all the handle conditions?
Name the cics command that gives the length of twa area?
What is program reentrance?
Explain how and where is the twa size set?
Kindly specify the pic clause for the data type of length option field type of data fields?
Explain ceci transaction commands?
What happens to resources supplied to a transaction when an XCTL command is executed?
Explain the basic difference between Intra partition TDQ and Extra partition TDQ.
What is an ASRA?
Can you issue SQL COMMIT from a CICS program?