NMDS is both device dependent and format dependent (True or
False)
What is the pic clause for the hhmmss type of data fields?
NMDS is both device dependent and format dependent (True or False)
How many maps can we declare in a mapset.what is the limit.
Explain ceci transaction commands?
Receive consists of buffer option in it. What is the significance of this option?
In case you modify the attribute field of map do you need to recompile the map?
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
What are attribute bytes and how and why are they modified?
What is MDT? What are FSET, FRSET ?
What is a resident program?
How many exceptional condition can be given in a HANDLE CONDITION?
Can you explain common systems area?