Answer Posted / sree
ASRA ABEND IS CICS IS SIMILAR TO SOC 7 ABEND IN BATCH PROGRAM
IE IF U R MOVING DATA FROM ONE DATAITEM TO ANOTHER DATAITEM
WHICH IS NOT OF SAME DATATYPE AS FIRST DATAITEM THEN THIS
ABEND AROUSE
BY DEBUGGING WE CAN KNOW WHERE THE ASRA ABEND OCCURS
AEY9 - I DONT KNOW ABOUT IT
CORRECT ME IF I AM WRONG
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is cobol?
IF I mention stop run in CICS what happens?
Write the code to count the sum of n natural numbers.
how do you reference the fixed unblock file formats from cobol programs
what happens if parmparameter passes zero bytes to the program
What are the different rules to perform a Search?
In which area will you utilize 88 level items in cobol?
Name the sections present in data division.
) what is the difference between AID and HANDLE AID?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How to know whether the module is dynamical or statistical?
What are various search techniques in cobol? Explain.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?