What is the attribute byte?
Answers were Sorted based on User's Feedback
Answer / guest
each field on a screen is preceded by an ATTRIBUTE BYTE
that controls the appearance and operation of the field .
in fact , u actually define a screen field by defining an
attribute byte for it.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / david hazear
attribute used turn map field on or off for
highlighting ..go over etch
| Is This Answer Correct ? | 2 Yes | 6 No |
The READ command with INTO option will read the record specified into the data area specified (True or False)
What is the command used to request notification when the specified time has expired?
explain abt types of maps? and explain
How do you establish a starting position in a browse operation?
Where are transient data sets defined to CICS?
what is the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
What is the difference between a PF key & a PA key ?
How To Retrive The VSAM Datasets in CICS application programs?
Can anyone say full transaction process? i mean when user press enter key after that what happens from there to till end of transaction
What is the function of the CICS translator?
Can you explain cics translator?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??