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 |
abt ssa.purpose of ssa
Can we give the GSAM-PCB in between the DB-PCB'S like below? I/O-PCB DB-PCB1 GSAM-PCB1 GSAM-PCB2 DB-PCB2
Define dl/i?
Which command code can be used for backing up IMS database?
What are the parameters used in CBLTDLI call?
What information does a psb contain?
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 control blocks in IMS ?
What are common status codes that you come across?
What is psbgen process?
What is meant by mpp mode?
What is check pointing, sync point?