IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

IMS Basic Checkpoint concept


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Robin Issac Philip

New User


Joined: 19 Feb 2006
Posts: 1
Location: Kerala

PostPosted: Sun Feb 19, 2006 5:26 pm
Reply with quote

Hi all,
I have encountered a problem while running a DLI IMS program.
The program does:
1. Reads a sequential file.
2. Access an IMS-DB in read mode (PROCOPT=GOTP)
3. Invalid records are written to a VSAM file

Problem:
While accessing the IMS-DB, my job ends up with status code GG. This is because the same database is being accessed in update mode (PROCOPT=AP) by some other job.

Question:
Can I issue a checkpoint (basic) without any restart logic in my IMS program (i dont need restart since db is not being updated by my program)?
If yes, what are the considerations to be taken?
If no, is there any other alternate approach to solve my issue

Robin
Back to top
View user's profile Send private message
sudheer.nalubolu

New User


Joined: 09 Dec 2005
Posts: 1

PostPosted: Sat Mar 11, 2006 9:58 am
Reply with quote

Hi Robin,

You can always issue a basic check point without restart logic, but how can that solve your problem....

Correct me if i am wrong...

Thanks and regards,

Sudheer.
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Mon Mar 13, 2006 2:56 pm
Reply with quote

hy,

there are two things:

1. you can run an IMS job as a BMP
2. you can run an IMS job as a DLI

waht is now the difference?

as BMP, you can do everything, with almost no restrictions,
because you are running the job under IMS control region.
therefore also checkpointing is no problem.
database intergrity is done by the resource manager.

if you do this as a DLI and there is any update pcb,
you have to close the databases first! but note:
if you make updates and there is any error, you
have to reinstall database integrity youself!

correct the job and let it run as a BMP job!

martin9
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts Compiler and run JCL for basic PL/I p... PL/I & Assembler 10
No new posts IMS BMP Checkpoint Overhead IMS DB/DC 6
No new posts Need points to tune IMS Checkpoint Pr... IMS DB/DC 2
No new posts SAS Programming - Basic Questions All Other Mainframe Topics 3
No new posts JCL overriding concept JCL & VSAM 14
Search our Forums:

Back to Top