How do you make your BMS maps case sensitive?
Answers were Sorted based on User's Feedback
Looking at an CICS module how would one will identify that it is pseudo or full conversational?
Code the related portions of cics/cobol-i programs to gain addressability to twa area assigned to a particular task. Assme that the size of twa area is 300bytes. What are the advantages if cobol-ii is used in the place of cobol?
List the sequence of steps used to achieve ?Modification in Skip Sequential Mode.?
What is the primary function of the Sign-on Table?
Explain the use of DCT ?
whar is the difference bwn LINK() and XCTL()?
7 Answers Cap Gemini, CGI, IBM,
When would you use abend command?
hi,what is the module? how many modules in mainframe based banking projects
Explain how do you handle errors in cics programs?
mention the option (along with argument type) used in a cics command to retrieve the response code after execution of the command?
What does EIB mean in CICS?
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?