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 |
What is a Logical Unit of Work (LUW)?
Can you define temporary storage?
What happens to resources supplied to a transaction when an XCTL command is executed?
If you use the OPTIMIZE compiler option the size of the program can be reduced by 5 to 10%(True or False)
What are the types of the dfhmdf present in the cics?
What is meant by pseudo-conversation?
COMMIT & ROLLBACK WE WILL NOT USE IN CICS PROGRAMMING INSTEAD OF COMMIT WE USE SYNC POINT THEN WT WE USE FOR ROLL BACK?
Im creating map, when i press tab key cursor must skip second position and it move to the third field directly. how can i code plz send the answer.
Which is the command used for terminating a browse operation?
Specify the requirements for automatic task initiation?
I have a Field which is of size 9(4). In the Screen if I enter the value for this field as 1234, it showing it as Valid. But if I enter only one or two digits, zeros should be appended in the remaining places. For example: When u enter 1 in the screen the output should be 0001. When you enter 12, output should be 0012. How to achieve this in the program?
What is the common systems area (CSA)?