What is DFHBMSCA?
Answers were Sorted based on User's Feedback
Answer / suresh
it is copy book used in cics for attributes status.
(dark,protected etc).
| Is This Answer Correct ? | 37 Yes | 1 No |
Answer / vishi
You can get the standard attribute and printer character
control list by including the DFHBMSCA copybook in your
application program.
* For COBOL users, it consists of an 01 statement and a
set of 02 statements that must be copied into the working
storage section, as follows:
COPY DFHBMSCA
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / mune
it is the copy book for including map defination that is
basic mapping support macro's --defining map in cics programs
| Is This Answer Correct ? | 13 Yes | 5 No |
Explain what is the massinsert option?
Explain the difference between a physical bms mapset and a logical bms mapset?
What happens when a CICS command contains the NOHANDLE option?
What is the command used to send a map to a terminal?
How many ways are there for initiating a transaction? what are they?
Highlight the difference between a symbolic map and physical map?
When an XCTL is done, does the tranid change ? Is a new task created ? Does it cause an implicit
Which CICS system program is responsible for handling automatic task initialization?
Why must all CICS programs have a Linkage Section ?
Can you define bms?
What does ?Pseudo Conversational? mean?
if i have 3 fields and i declare IC for all of them .. Then where will the cursor after sending map? pls give explanation (it will be so kind)