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 |
Why must all CICS programs have a Linkage Section ?
How to execute a cics program from a paticular date and time .or specified date and time.
HOW WE CAN CONEECT THE MAPSET/MAP TO ONLINE?
Which type of TDQ is read destructive?
In a CICS program, how will you read a VSAM file?
Explain what is the massinsert option?
Which transient data queue supports ATI?
How do you execute a background CICS transaction ?
Explain the difference between a package and a plan. How does one bind 2 versions of a cics transaction with the same module name in two different cics regions that share the same db2 subsystem?
Explain how do you access storage outside your cics program?
What is the use of tdq and tsq?
What is the COMMAREA(communications area)?