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 |
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
What is the difference between link xctl?
What is the meaning of BMS length of field = 0?
Can you use OCCURS in a BMS map? If you do, what are the issues related with its use?
What are fset, frset?
Name some commands used for CICS file browsing.
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.
Can you explain communication area?
What are the two types of transient data queues?
Explain the mdt in cics?
What does the 'cedf:cics' transactions do?
What is the EIB (execute interface block)?