What is the use of DCT?
Answers were Sorted based on User's Feedback
Answer / chudar
store tdq typen and related info ,destination id are stored
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / priya
DCT would be used to transform a signal from spatial to
frequency domain.It is used in image compression algorithm
like JPEG.It is a lossy data compression technique since it
has strong energy compaction property so that most of the
information would be preserved.
| Is This Answer Correct ? | 6 Yes | 16 No |
Highlight the points of differences between XCTL and START?
List out all the tables that are a part of cics ?
How to make protected field in BMS invisible through application program?
What is a cursor in CICS sql processing?
Explain the function of the cics translator?
What is the primary aspect of CICS?
Explain the difference between a return with transid and xctl? For example program. A is issuing return with transid to program b. Program a. Is isssuing xctl to program b?
what we will give in the ATI after reaching the trigger level eaither transation or program. EXEC CICS TRANSID() TERMID() TRIGGERLVL() what we have to code eaither TRANSATION OR PROGRAM
Mention the option used in a cics command to retrieve the response code after execution of the command?
Explain how do you terminate an already issued delay command?
We can allocate memory dynamically by using GET MAIN command my question is at what scenario we can't release this memory and reuse this same memory??
What do you do if you do not want characters entered by the user to be folded to uppercase ?