Explain the usage of language in the ppt entry?
No Answer is Posted For this Question
Be the First to Post Answer
What are the 3 common ways to create maps?
How is dynamic memory allocated within a CICS application program?
What is the primary aspect of CICS?
I WORKING WITH VSAM AND CICS WHEN I AM DEFINING MY FILE IN THE FCT .I GOT ERROR LIKE "CDS IS FULL". WHAT ITS MEAN
When there are 2 records with the same key specified in a DELETE operation what will happen?
IN CICS APPLICATION PROGRAM, INSTEAD OF HARDCODING MAP AND MPASET NAMES WHILE SENDING AND REIEVING ...CAN WE DO LIKE THIS ??? MOVE MAP AND MAPSET NAMES TO WORKING STORAGE SECTION VARIABLES AND USE THOSE VARIABLES WHILE SENDING AND RECIEVING MAP.IF YES, HOW CAN WE MOVE MAP INPUT , OUTPUT VARIABLES. IF ANYBODY KNOWS THIS PLEASE POST THE ANSWER
What is the error condition that is set when the file specified in the NAME option is not in the FCT?
What is the size of commarea
Is length = 0 sufficient to ascertain that the field has been modified?
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?
What is the function of DFHMDF BMS macro?
If we wish to create bms executable, what are the basic steps that the user has to go through?