Information Technology Reference
In-Depth Information
CALL “CBLTDLI” USING GU
LOAN_CONTRACT# = 277988.
CALL “CBLTDLI” USING ISRT
• REPLACE(REPL)
This command replaces the current segment with the new segment. It can be
used to alter the detail of the current segment. For example, the following com-
mands are to update the loan balance of loan_contract# 277988 from 1,000,000
to 2,000,000 on July 22, 1996. The GHU function is a get hold unique call to
apply a record lock on a segment before an update.
LOAN_CONTRACT# = 277988
CALL “CBLTDLI” USING REPL.
• DELETE(DELT)
This command physically deletes the current segment and all of its child seg-
ments. For example, the following command deletes a balance segment of a
loan_contract# 277988 on July 22, 1996.
CALL “CBLTDLI” USING GHU
LOAN_CONTRACT# = 277988
CALL “CBLTDLI” USING DELT.
Search WWH ::




Custom Search