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).
Answers were Sorted based on User's Feedback
Answer / sahil maini
NAMEDL : Contains the lenght once the data is recieved from
the map.
NAMEDA : Attribute character, also contains MDT, can be
used to override the attributes mentioned during map coding
NAMEDF : Flag byte
NAMEDI : Recieving the input data
NAMEDO : Sending data to map
| Is This Answer Correct ? | 9 Yes | 1 No |
What are the CICS commands associated with temporary storage queue processing?
What are the three ways available for a program to position the cursor on the screen?
Which is the macro used for making an entry in the PPT
can there be multiple mapsets for a single program?
What are the uses of ppt in cics?
What is ATI? What kind of TDQ can be used?
In case you modify the attribute field of map do you need to recompile the map?
Explain the primary significance of intra-partition and extra-partition tdqs ?
I just want to ask why does the variable I passed in a dclgen of sql that has a data type of varchar which has a maximum length is 250 is truncated,, Here is the code.. DCLGEN of rsauud01 table 01 dataarea 43 data-area-len pic s9(4). 43 data-area-text pic x(250). MYVARIABLE. 01 DATAAREA1 pic x(250). move 250 to data-area-len of dataarea of rsauud01 MOVE DATA-AREA1 TO data-area-text of dataarea of rsauud01 --- but it is always trucated everytime I insert it in the table by the way it is a cobol-cics program
i have three programs... I used Dfhcommarea in for first program for third program i used TSQ .....what i have to use for second program???
What is the primary objective of CICS ?
Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not?