InterviewSolution
| 1. |
Can You Tell Me What Are The Codes Returned By The Ams (access Method Services) Command During The Execution In Vsam? |
|
Answer» Every AMS command issues a condition code. If multiple COMMANDS are being executed successively, there might be a requirement to execute or bypass certain commands on the Success or FAILURE of a previous command. The normal condition CODES returned by AMS commands are : 0 - The function was executed successfully. Every AMS command issues a condition code. If multiple commands are being executed successively, there might be a requirement to execute or bypass certain commands on the Success or failure of a previous command. The normal condition codes returned by AMS commands are : 0 - The function was executed successfully. |
|