list the sequence of steps used to achieve modiication in skip sequential mode?
No Answer is Posted For this Question
Be the First to Post Answer
What are the main topics in CICS to prepare for interview purpose and for real time purpose?
Can you define cemt?
What are different ways of initiating transaction in CICS ?
how can we display negative sign in a map?
Define cedf?
what is mapfail and when we get this error? during send map or receive map?
Explain how do you handle errors in cics programs?
how we change the vsam file name in cics rigion? anybody elobrate this?
Explain cedf transaction commands?
What are different system tables used in CICS?
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?
The READ command with INTO option will read the record specified into the data area specified (True or False)