Answer Posted / sushant kumar mohanty
ASRA : An ASRA is the CICS interrupt code, the equivalent of an MVS abend code like SOC7.
AEY9 : unsupported command issued / DB2 DB not up
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what happens if parmparameter passes zero bytes to the program
How do we get current date from system with century in COBOL?
What is amode(24)?
Explain how to differentiate call by context by comparing it to other calls?
What is the use of intialize verb?
Can you please let me know the centre name of INS certification in Kolkata.
What is the difference between Global and External Variables?
Write the code implementing the perform … varying.
What are literals?
What type of SDLC u followed? Why?
What is perform what is varying?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do get the result of your program directly on your pc?
) how do u code after getting data?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?