Home > abend code > error code asra

Error Code Asra

Contents

ASRA is a well known mainframe CICS abend that can occur

Cics Abend Codes And Solutions

if your code does not handle specific code situations. For example the definition will explain this as

Aica Abend Code In Cics

a CICS interrupt code, but basically it is an error that was not handled. This could be an 0C7 error (S0C7) or it could fall into other error conditions like S0C4 or even S0C1 dfhac2206 (note those are zeros, not SOC7 or SOC4). More often then not it is a data related crash, usually you can search the program for numeric related moves or possible non numeric data being moved to numeric fields, division by zero, or other odd scenario's that may not have been handled properly. It really depends on the type of coding you are doing and what the business logic is being done. You may need to dig through and debug the code to find what is causing this. Searching through the program dump is a good way to also find this error.

for empty file If the VSAM is empty then copy job abends Copying files from Tapes to DASD Low values to Spaces using SORT Difference Between Catalog and Instream Procs

Abmo Abend

Maximum Exec Statements in a JCL COBOLSmallest Program RENAME CLAUSE REDEFINE CLAUSE EDITED difference between xctl and link PICTURE ACCEPT and DISPLAY ADD VERB SUBTRACT VERB MULTIPLY VERB DIVIDE VERB Initialize a filler in cobol COBOL Allowed dfhac2236 Moves COBOL PERFORM PARA EVALUATE ARITHMETIC EXPRESSION EVALUATE CONDITIONAL EXPRESSION EVALUATE FALSE EVALUATE IDENTIFIER EVALUATE LITERAL EVALUATE TRUE EVALUATE TRUE ALSO TRUE GO TO DEPENDING ON INLINE PERFORM INSPECT REPLACING ALL SPACES BY http://www.gatorspit.com/tips/asra-cics-abend.html LITERAL INSPECT REPLACING CHARACTERS BY LITERAL BEFORE INITIAL LITERAL INSPECT REPLACING LEADING SAPCES BY LITERAL INSPECT TALLYING FOR ALL IDENTIFIER INSPECT TALLYING FOR ALL LITERAL INSPECT TALLYING FOR ALL SPACES INSPECT TALLYING FOR CHARACTER INSPECT TALLYING FOR CHARACTER AFTER INITIAL SPACES INSPECT TALLYING FOR CHARACTER BEFORE INITIAL SPACES INSPECT TALLYING FOR LEADING SPACES INSPECT TALLYING FOR LEADING ZEROES JUST RIGHT CLAUSE PERFORM THRU PERFORM TIMES http://mainframewizard.com/content/what-asra-abend PERFORM UNTIL PERFORM VARYING UNTIL PERFORM WITH TEST BEFORE PERFORM WITH TEST AFTER DIFFERENCE BETWEEN STRING and MOVE STRING DELIMITED BY IDENTIFIER STRING DELIMITED BY LITERAL STRING DELIMITED BY SIZE STRING DELIMITED ON OVERFLOW STRING DELIMITED WITH POINTER UNSTRING DELIMITED BY IDENTIFIER UNSTRING DELIMITED BY LITERAL UNSTRING DELIMITED ON OVERFLOW UNSTRING DELIMITED WITH POINTER OPTION COBOL TO RECEIVE DATA FROM JCL DIFFERENCE BETWEEN SEARCH AND SEARCH ALL DB2DB2 query to select first or last N rows Description of a DB2 Table Difference in number of days CONTOKEN Verification Update Table using other Table Update a column using other column in Table Adding Primary Key on exisitng DB2 Table Alias of DB2 Table Changing the primary key on existing DB2 Table Compile and Link JCL for COBOL Create a DB2 Table Creating Primary Key while creating DB2 Table Delete Duplicate Rows from DB2 Table Drop Index of a DB2 Table Drop Primary Key on DB2 Table Drop Table DB2 How to Find the Length of a DB2 Table SELECT INTO Synonym of DB2 Table What is a db2 package? What is db2 plan What is the difference between Cursor stability and Repeatable read. Wil

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this http://stackoverflow.com/questions/10257205/abend-asra-how-to-deal-with-this site About Us Learn more about Stack Overflow the company Business Learn http://www.allinterview.com/showanswers/5867/a-cics-program-abends-with-an-asra-abend-code-what-is-its-meaning.html more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just like you, helping each other. Join them; it only takes a minute: Sign up Abend abend code ASRA. How to deal with this up vote 1 down vote favorite I have a map which has two input fields with data types X(6),9(8) I store these two values in the below variables in my cobol-cics program. 01 SCREEN-DATA. 05 ACTNUM PIC X(6). 05 AMOUNT PIC 9(8). Now i am passing these two values to cobol-db2 program: CALL UPDATEPROG USING ACTNUM,AMOUNT. In my error code asra update program: LINKAGE SECTION. 01 DEPOSITPARAMS. 05 ACTNUM PIC X(6). 05 AMOUNT PIC 9(8). PROCEDURE DIVISION USING DEPOSITPARAMS. MOVE ACTNUM TO ACCOUNT-NUMBER. Where ACCOUNT-NUMBER is my host variable of the table i've created. It is fine in running the program but in my map when i entered the details and pressed enter, i am getting an abend. When i gave some static value like: MOVE 071250 TO ACCOUNT-NUMBER. It's working fine and i was able to update,retrieve values from the table using queries.What might be the cause for this abend. Please help me with this problem These are my host variables created in DCLGEN 01 DCLACCOUNT-MASTER. 10 ACCOUNT-NUMBER PIC X(6). 10 ACCOUNT-HOLDER PIC X(20). 10 ACCOUNT-BALANCE PIC S9(8)V9(2) USAGE COMP-3. 10 LAST-UPDT-DATE PIC X(10). 10 OPENNING-DATE PIC X(10). Another observation i made is, wherever i am using the ACTNUM variable i.e., the linkage section variable. I am getting abend db2 call cobol cics share|improve this question edited Apr 21 '12 at 17:55 asked Apr 21 '12 at 7:42 Pramod 34041750 1 Be careful with your call/linkage. The calling program is passing two parameters by reference (CALL UPDATEPROG USING ACTNUM,

MainFrame >> CICS Suggest New Category A CICS program ABENDS with an ASRA ABEND code. What is its meaning? Question Posted / guest 3 Answers 18069 Views I also Faced E-Mail Answers Answers were Sorted based on User's Feedback

Answer / mahesh Problem is the with the non numeric data thats been passed to CICS. Is This Answer Correct ? 33 Yes 8 No
Answer / revathi ASRA means that the task has terminated abnormally because of a program interrupt. Is This Answer Correct ? 22 Yes 5 No
Answer / amit Data exception in CICS Is This Answer Correct ? 11 Yes 4 No Post New Answer Categories COBOL (884)JCL (728)CICS (459)DB2 (684)IMS (80)IDMS (42)Natural (43)ADABAS (9)REXX (23)Assembler (31)CLIST (6)QMF (30)MVS (12)OS390 (8)OS 2 (6)VSAM (177)QSAM (4)Sysplex (5)IBM MainFrame AllOther (160)
More CICS Interview Questions Name some commands used for CICS file browsing. 2 Answers Explain the means of supporting pseudo conversation programming. (E.g. Storing and restoring of states) 1 Answers How can we initiate a transaction from batch? 6 Answers Merrill Lynch, Use of DFHCOMMAREA in cics 2 Answers Virtusa, Thru web page we have triggered the transaction, how can we come to know that whether it has hit the mianframes or not? 2 Answers How many maps are create in a single mapset? 5 Answers How do find length of the cursor in cics map ? 3 Answers HCL, What is the difference between physical map and symbolic map? 3 Answers What is difference between copy and include? 6 Answers What is the difference between FSET and FRSET? 3 Answers first when i try to write a record into the file, wresp=duprec, but follwed with that if i try to read the record it say record not fnd.. actually the record is not written in the file, but it says that duprec when trying to write... why this happens, pls help me asap..! 1 Answers CGI, Love, TechRel, What is the use of the DELIGHT in Mainframes and whats is use of scope? 1 Answers For more CICS Interview Questions Click Here







Copyright Policy | Terms of Service | Site Map | Con

 

Related content

abend error code

Abend Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Abend Code S a li li a href Abend Code a li li a href Abend Code Sb a li ul td tr tbody table p wrong record length Sx - Job has been cancelled The value of x will vary depending on the way the job was cancelled S means job was cancelled by a relatedl user or operator without a dump If a TSO session times out you s abend error will probably get an S abend code S -

abend error message

Abend Error Message table id toc tbody tr td div id toctitle Contents div ul li a href S Abend Error In Cobol a li li a href Abend Meaning a li li a href Abend Definition a li li a href Db Abend Codes a li ul td tr tbody table p p p IBM zOS operating systems Usually capitalized but may appear as abend It is jocularly claimed to be derived from relatedl the German word Abend meaning evening Folklore stories from IBM p h id Abend Definition p also refer to the IBM language JCL being developed

abend error

Abend Error table id toc tbody tr td div id toctitle Contents div ul li a href Abend Definition a li li a href Mainframe Abend Codes List Pdf a li ul td tr tbody table p IBM zOS operating systems Usually capitalized but relatedl may appear as abend It is jocularly claimed abend code to be derived from the German word Abend meaning evening db abend codes Folklore stories from IBM also refer to the IBM language JCL being developed during the abortion abend meaning debate in the United States In a very early form of being politically correct

abend code= asra error code asra

Abend Code Asra Error Code Asra table id toc tbody tr td div id toctitle Contents div ul li a href Cics Asra Abend Protection Exception a li li a href Asra Abend Reason a li li a href Aica Abend In Cics a li ul td tr tbody table p p p ASRA is a well known mainframe CICS abend that can occur abmo abend if your code does not handle specific code situations For example the definition will explain this as a href http www ibm com support knowledgecenter SSGMCP com ibm cics ts doc dfhs topics dfhs

aica error in cics

Aica Error In Cics table id toc tbody tr td div id toctitle Contents div ul li a href Cics Abend Codes And Solutions a li li a href Cics Transaction Abend Codes a li li a href Aeyd Abend In Cics a li ul td tr tbody table p p p MainFrame CICS Suggest New Category relatedl What is an AICA abend Question Posted guest cics abend azi Answers Views Xansa I also Faced E-Mail Answers Answers were p h id Cics Transaction Abend Codes p Sorted based on User's Feedback br br Answer sweetie If your transaction terminated

aica error

Aica Error table id toc tbody tr td div id toctitle Contents div ul li a href Cics Abend Codes And Solutions a li li a href Aica Error Cics a li li a href Cics Abend Azi a li ul td tr tbody table p p p MainFrame CICS Suggest New Category What is an AICA abend Question Posted relatedl guest Answers Views Xansa I also Faced p h id Cics Abend Azi p E-Mail Answers Answers were Sorted based on User's Feedback br br Answer cics transaction abend codes sweetie If your transaction terminated with abend code AICA

0c1 error

c Error table id toc tbody tr td div id toctitle Contents div ul li a href Mainframe Abend Codes And Resolution a li li a href User Abend Codes In Mainframe a li li a href Abend s c U Reason a li li a href Db Abend Codes a li ul td tr tbody table p AN I O ERROR WHEN READING A STORAGE POOL VOLUME relatedl AIX z os A fix is available Obtain the system completion code c reason code fix for this APAR Subscribe You can track all active APARs p h id Mainframe Abend

0c4 error cobol

c Error Cobol table id toc tbody tr td div id toctitle Contents div ul li a href System Completion Code c Protection Exception a li li a href System Abend Code c Reason Code a li li a href System Completion Code c Reason Code a li ul td tr tbody table p Log in span td td MAINFRAME - TIP OF THE DAY programming pearls - Good judgement comes from relatedl experience and experience comes from bad judgement img input input input cobol abend codes and solutions input Web input mainframegurukul com input input input input input input

common ibm error abends

Common Ibm Error Abends table id toc tbody tr td div id toctitle Contents div ul li a href System Abend e a li li a href Db Abend Codes a li li a href User Abend Codes In Mainframe a li ul td tr tbody table p p p p p in Lisbon Portugal Sep Tech - Conferences September Using CLIST with RACF SEARCH command JCL September relatedl Useful Operator Commands to Manage a Parallel a href http ruifeio com most-common-out-of-space-abends-and-error-codes http ruifeio com most-common-out-of-space-abends-and-error-codes a Sysplex Environment JES August The RACF Started Task definition table ICHRIN RACF Search

ctg9638e transaction abend occurred in cics. abend code= error code

Ctg e Transaction Abend Occurred In Cics Abend Code Error Code table id toc tbody tr td div id toctitle Contents div ul li a href Cics Abend Codes a li li a href Cics Abend Codes Pdf a li li a href Ims User Abend a li li a href Db Abend Code a li ul td tr tbody table p MSGUSR CTG E CTG Abend AEI ABENDAEI M R R HCI R R HCI -M M relatedl S R R HCI -S S S if you get an aei abend a missing or invalid entry in which cics

error code 4039

Error Code table id toc tbody tr td div id toctitle Contents div ul li a href U Abend Code a li li a href Sqlcode a li ul td tr tbody table p A fix is available Obtain the fix for this APAR Subscribe You can track all relatedl active APARs for this component APAR status Closed user completion code reason code as program error Error description Customer started task ICDC which promptly produced u - abend mainframe a SYSMDUMP with USER COMPLETION CODE REASON CODE Local fix Problem summary USERS AFFECTED Any user user abend code reason code

ims error 474

Ims Error table id toc tbody tr td div id toctitle Contents div ul li a href Abend U a li li a href U Abend a li li a href U Abend Code a li ul td tr tbody table p IF IT'AC' IS A BMP OR TRANSACTION IF IT IS A TRANSACTION 'AD' - SYNC CALL WAS MADE WITH DB PCB WHEN IT SHOULD'AD' HAVE USED I O PCB 'AD' IF THIS PGM IS GOING TO ACCESS THE MSG relatedl QUEUE IT MUST HAVE THE'AD' PARM FOR BATCH PROC IN XXX XXX TRANSACTION ims abend codes NAME 'AI'

mvs error messages

Mvs Error Messages table id toc tbody tr td div id toctitle Contents div ul li a href Mainframe Abend Codes And Resolution a li li a href Abend Codes In Mainframe Pdf a li li a href User Abend Codes In Mainframe a li ul td tr tbody table p p p IBM z OS p h id User Abend Codes In Mainframe p Using the OMVS Shell Common MVS Error ibm system codes Messages Common SSH Tectia Server for IBM z OS Error Messages Exceeding Maximum ibm abend codes manual CPU Time Auxiliary Storage Shortage SSHD Cannot Be