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 is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Why occurs cannot be used in 01 level in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What rules are followed by the search verb.
What is the difference between PIC 9.99 and 9v99 in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Which mode is used to operate the sequential file?
How are the next sentence and continue different from each other?
what is the difference between COBOL2 AND COBOL390?
Explain about different table spaces.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Which division and paragraphs are mandatory for a COBOL program?