what is amp?
Answers were Sorted based on User's Feedback
Answer / mani
This information is in addition to what is given over there.
AMP is access method parameter and it says the type of
access method that we use like VSAM and also as given above
in the jcl it specifies the no of data buffers and index
buffers to be used while retrieving data from VSAM dataset.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / anna
AMP is a JCL DD parametr for VSAM dataset with 2
subparameters
BUFND - number of data buffers
and
BUFNI - number of index buffers
to increace performens.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nashiinformaticssolutions
AMP (Accelerated Mobile Pages) is an open-source initiative aimed at improving the loading speed of web pages on mobile devices. Launched in 2015 by Google, WordPress, Adobe, and other companies, AMP is designed to enhance the mobile browsing experience by creating lightweight, fast-loading web pages. It optimizes content delivery by limiting the use of heavy elements like JavaScript and ensuring that the core elements load quickly. This results in improved readability and performance on mobile devices, helping websites provide a better user experience, which in turn can improve SEO rankings.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you define multiple maps in a BMS mapset?
Name the cics command that gives the length of twa area?
What is multitasking and multithreading?
Receive consists of buffer option in it. What is the significance of this option?
A CICS program ABENDS with an ASRA ABEND code. What is its meaning?
Let us say you have a collection of multiple maps in cics. So if you are asked to determine the exact storage space that is available in a symbolicmap, then how will you compute it?
How can u pass the control from one prog to another in CICS?
Explain the function of the load command?
How do you define Task Work Area?
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
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 the CICS LOAD command?