Answer Posted / laser
IDMS uses record locks to prevent another run-unit from
updating the same record.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
how to access the file from prodution from changeman tool and to submit a file to production
What is the problem of ordered sequential files access?
What is the difference between external and global variables in COBOL?
how do you reference the fixed unblock file formats from cobol programs
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
how do you reference the printer file formats from cobol programs
how do you reference the rrds file formats from cobol programs
) what is the difference between AID and HANDLE AID?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can you please let me know the centre name of INS certification in Kolkata.
Write a program to explain size error.
Can we redefine the field of x(200) to less than 200?
What is an in line perform? When would you use it? Anything else you wish to say about it.