What are two reasons to run the DB Batch backout utility?
Answers were Sorted based on User's Feedback
Answer / mahesh vasudevan
When the DL/I job abends then it might leave an update that
could be partial...and hence it requires a backout to the
last commit point. To undo the partial update the batch
backout utility is run so that you get a valid checkpoint
from which the job can be restarted with proper parameters
and log tapes.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / jak
1)The utility is used to recover databases to a point before
a program was initiated, or to a checkpoint or sync point.
2)It backs out all updates for all DL/1 data sets performed
in that time period.
That why for batch backout utility we need the job name,PSB.
It is run as a normal IMS batch job and uses the program
specification block (PSB) of the program whose
updates are to be backed out.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jak
1)The utility is used to recover databases to a point before
a program was initiated, or to a checkpoint or sync point.
2)It backs out all updates for all DL/1 data sets performed
in that time period.
That why for batch backout utility we need the job name,PSB.
It is run as a normal IMS batch job and uses the program
specification block (PSB) of the program whose
updates are to be backed out.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / s
To backout the changes made by the failed job, DBRC=Y
To backout the changed made by a successful job, DBRC=C
| Is This Answer Correct ? | 2 Yes | 2 No |
how do you bind the cobol with db2
I have PCB with structure: PCB TYPE=DB, C DBDNAME=EMPCADBD, C KEYLEN=18, C PROCOPT=LS SENSEG NAME=EMPLOYEE, C PARENT=0 SENSEG NAME=COMPDTL, C PARENT=EMPLOYEE SENSEG NAME=BANKDTL, C PARENT=COMPDTL SENSEG NAME=SALDTLS, C PARENT=BANKDTL SENSEG NAME=EDUCDATA, C PARENT=EMPLOYEE SENSEG NAME=EMERDETL, C PARENT=EDUCDATA SENSEG NAME=ADDRESS, C PARENT=EMPLOYEE ************************************************************ *********** PSBGEN PSBNAME=PSBCALDP,LANG=COBOL END Requirement is to Create a report based on Salary brackets. ( Use SSA’s for logic) · It should have CTCGROSS brackets and No of employees o Employee names falling in each bracket Salary < 100,000 No of Employees Employee-Name Level 100,000 < Salary < 300,000 No of Employees Employee-Name Level 300,000 < Salary No of Employees Employee-Name Level
What are the two types of fields available in ims db?
Hi all..., Nowadays many of the companies asking for IMS/DB , actually i hav learned mainframes but i dont have any knowledge on IMS/DB. it will be a great help if any one suggest me whr i can learn it ( in any institute).
Define ims (db/dc)?
Static & Dynamic PSB
Is it necessary that the key field in a Dl/I database be unique?
What is the difference between HDAM & HIDAM DB types and when would you use each?
I am totally confused on IMS message segments. When I create a message and it contains 5 segments does the entire message have a 32k limit or does each segment have a 32k limit? Is there a setting in the stage1 sys gen that defines if a transaction can receive/send multi-segmented messages?
Which is the DL/I function used in CICS-IMS program?
What is the maximum number of levels allowed in ims db?
how do you invoke an IMS screen (coded in COOOLGEN) from a MQ transaction..... help plz?????