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 |
Translation Time is not reduced if the Pre-compilation is done first(True or False).
If we wish to create bms executable, what are the basic steps that the user has to go through?
If DATAONLY option is specified in the SEND MAP command what will happen?
Explain the difference between a package and a plan.
How do you rollback data written to an ESDS file?
What are attribute bytes and how and why are they modified?
What is ATI? What kind of TDQ can be used?
What are the types of performs in COBOL? How does perform thru work, give example.
Explain how do you delete item 3 in a five-item tsq?
How To Retrive The VSAM Datasets in CICS application programs?
Explain the difference between temporary storage queue (tsq) and transient data quene (tdq)?
Name the command used for terminating a browse operation?