Answer Posted / y@$w@nth
what physical map contains:
As we know that The map formatting information like fields
starting position on the screen and their maximum length..
etc will be contained in physical map
what symbolic map contains:
the symbolic map contains the variables data that is
referenced in the cobol program
so when we use MAPONLY option the name itself is saying
that send only map not data that means it doesn't use
symbolic map.
And when we use DATAONLY option the name itself saying that
send only Data not map that is just refresh the screen with
new values for the fields.it doesn't use physical map.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can a CICS code be a part of a copybook? If so, then what are the outcomes after compilation?
What is the term conversational programs means?
What are the types of processes to create a map in cics?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
Every map is categorized into multiple fields, and there are three common working storage fields present for each of these respective fields. Mention those?
Explain how do you delete item 3 in a five-item tsq?
Explain the system transid cemt?
how a data in physical and symbolic map gets treated? Since the physical map is much concerned about the screen alignment and the field positions, how the values entered in the field which has PICIN or PICOUT clause in Physical map gets treated? Does that mean datas recieved or sent to the physical map should be constant? How does the data in Symbolic map gets converted with 5suffix namely F,L,A,I and O. For example EMPNO is treated as EMPNOI, EMPNOO, EMPNOA, EMPNOL and EMPNOF. how does this happen in symbolic map. Please provide your inputs on the above and kindly correct me if I am wrong.
What are the types of the dfhmdf present in the cics?
What is the type of ppt in the cics?
Explain how do you control cursor positioning?
What do you mean by the term fct?
if i am having a cics,vsam and db2 programs with each functions and i want that each function on screen?
Explain the difference between the into and the set option in the exec cics receive map command?
What is commarea (communications area)?