how to get 'time stamp' in cics prgms ,what is the syntax.
Answer / vq - ofss
EXEC CICS ASKTIME ABSTIME(WS-TIMESTAMP) END-EXEC
Define WS-TIMESTAMP in WS as folows PIC S9(15) COMP-3
VALUE +0.
| Is This Answer Correct ? | 21 Yes | 3 No |
What happens if i move +1 (instead of -1) to field+L in CICS? Will it show compile time error?
Can a tsq of one particular transaction be accessed from an alternate transaction?
What does the following transactions do?
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?
the dfhcommara is used to pass information from one application to another. What are some other ways that this function can be accomplished?
Explain how and where is the twa size set?
What is bms map?
What is an ASRA abend ?
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.
What is the function of the Terminal Control table?
plz tell me abt PF key and PA keys
Name some important fields in the EIB block ?