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 |
Can you issue SQL COMMIT from a CICS program?
How do you place the cursor on a particular position on the screen?
Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states)
How do we pass parameters into a CICS –DB2 program
0 Answers Accenture, JPMorgan Chase,
What is the other way of terminating a transaction?
What is the syncpoint and its use?
What is the CICS command that is used to receive the un- formatted data from the terminal?
Mention the 5 fields available in the symbolic map for every ?NAMED? field in the DFHMDI macro? Give a brief description of these fields (Not exceeding a line).
How can you use dynamic calls in cics?
What is the meaning of the SYNCPOINT command?
How and where is the TWA size set? .
Given below code, find the value of 'x'. Perform s001-x thru s001-y. s001-x. add 1 to x . s001-1x. ------- . s001-y. perform s001-1y 10 times . s001-1y. perform s001-2y 10 times . s001-2y. perform s001-x 10 times .