JCL Abend Code - IMS DB

IBM's hierarchical database management system with a Database Manager (IMS DB) and a Transaction Manager(IMS DC)
ravi11081992
Posts: 19
Joined: Mon Apr 30, 2018 5:47 pm
Skillset: Mainframes
Referer: Friends

JCL Abend Code - IMS DB

Postby ravi11081992 » Tue Oct 23, 2018 10:48 pm

Hello guys,

I have a query in IMS DB, If I try to update the IMS Database which is a read only what is the JCL Abend I get

I have searched in couple of forums and mainframe tutorials but I couldn't get the answer

Please help me in solving this query

Thanks

NicC
Global moderator
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
Referer: Google
Location: Pushing up the daisies (almost)

Re: JCL Abend Code - IMS DB

Postby NicC » Tue Oct 23, 2018 11:55 pm

JCL does not abend.

Your question makes no sense. Have you got an abend or not? If you have - what is it. Why search forums and tutorials? Why not go the official IBM documentation?
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic

steve-myers
Global moderator
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Skillset: Assembler, JCL, utilities
Referer: zos.efglobe.com

Re: JCL Abend Code - IMS DB

Postby steve-myers » Wed Oct 24, 2018 12:18 am

As NicC say, "JCL" does not ABEND. "JCL" is a language, sort of. It is not a program. Only programs ABEND. The IBM programs that analyze JCL can ABEND, though this is very unusual.

For us to any any chance of helping you we need more information.

Most true ABENDs have a 3 hexadecimal digit "system" ABEND code or a 4 decimal digit "user" ABEND code. What is it?

You may be seeing a message that you are interpreting, possibly incorrectly, as an ABEND. What is it?

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: JCL Abend Code - IMS DB

Postby enrico-sorichetti » Wed Oct 24, 2018 1:24 am

You will not get an ABEND, You will get an AM status code ( IIRC )

Call function not compatible with processing option, segment sensitivity, transaction code, definition, or program type.
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort


  • Similar Topics
    Replies
    Views
    Last post