Can you explain common systems area?
No Answer is Posted For this Question
Be the First to Post Answer
I have to run a select query on DB2 table and show its data on CICS map. Please tell me.
What is TSQ and TDQ.what is the the difference? when you for tsq and when you go for tdq?
Why is GETMAIN command needed?? Will program not work if we do not give GETMAIN?
mention the option used in the cics read command to gain accessibility directly to the file i/o area. (Assume cobol-ii).?
What is the difference between physical map and symbolic map?
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 BMS?
What do the keywords MAPONLY and DATAONLY mean?
Name the three ways available for a program to position the cursor on the screen?
kindly specify the pic clause for the following:any bll cell, data type of length option field, hhmmss type of data fields?
how do u see the output of cics program?
Hai I have a VSAM file and there are two CICS pgms A and B both intends to update the file. How to code the program so that it does not under go a dead lock situation.