what is the differences between getting the system time with eibtime and asktime command?
Answer / Deepak Chaukar
The EIBTIME command retrieves the system time as a 6-digit numeric value, representing hours, minutes, and seconds in a 24-hour format. The ASKTIME command, on the other hand, retrieves the system time as a character string in a user-defined format.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you define commarea?
What does a cics translator do?
Can you define multiple maps in a BMS mapset?
how to code the following map using occours clause? all the three fields have different length. ename eno addr 1) _______ _________ __________ 2) _______ _________ __________ 3) _______ _________ __________ 4) _______ _________ __________ 5) _______ _________ __________ 6) _______ _________ __________
What is the COMMAREA(communications area)?
What is the attribute byte?
In a CICS program, how will you read a VSAM file?
There is map and length of field need to modified, let take cust id=2 is previous of 2 byte and now it has to be 5 byte ? how to modified the cics code ?what are change need to done ? where where u will do change ?
What is trigger level in the context of TDQs?
How many ways are there for initiating a transaction?
How do find length of the cursor in cics map ?
Give the definition of COMMAREA ?