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 are the cobol coding sheets?
how do you reference the rrds file formats from cobol programs
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Why did you choose to work with ibm mainframe cobol programming?
How many sections are there in data division in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how to move the records from file to array table. give with code example
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Which division and paragraphs are mandatory for a COBOL program?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Which mode is used to operate the sequential file?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Write a program to enter and display the names of students in a class using the occurs clause.