Q.1 how to implement the commitment control.
2.how to control commitment control from external program.
Answer Posted / amit
Above answers are correct but there are a couple of steps
missing -
1. CRTJRNRCV
2. CRTJRN
3. STRJRN
4. STRCMTCTL (in CL program)
5. Declare file with keyword COMMIT and in program use
Commit and Rollback based on processing logic (i.e. after
successful execution use Commit and when invoked exception
handling then use rollback). Cheers !
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Suppose I have a pf, it contains 5 members, how to access particular member data from logical file? What is the use of member in pf?
I have a pf, it contains 5 members, how to access particular member data from logical file?
What is open data path?
How to index LF by relative record no (RRN)
What is the purpose of the chain and setll and setgt?
What is the batch job?
How to read a pf in reverse(from last record to first) using cl?
I have physical file with 100 records,there is no any duplicate records in this pf.based on this pf one logical file I have used.but this lf is viewing only 80 records only of that pf?what is the reason for this?
Can we concatenate fields in physical file? If yes how can we do?
What is the interactive job? What is the batch job?
How to find the list of source physical files in a library?
How many maximum record format a logical file have?
What is the interactive job?
When we create a pf and did not fill up maint parameter, then by default which access path will the system take & why?
How to know the particular record in pf with out reading?