What for procopt is used? List some of them?
Answers were Sorted based on User's Feedback
Answer / s stanley
PROCOPT - is the processing options of the program on that DB.
Examples:
G - Read-Only Access
I - Insert Allowed
R - Read/replace Access
D - Read/Delete Access
A - All Access
LS - Load Sequential in GSAM (HIDAM)
GS - Get Sequential in GSAM
| Is This Answer Correct ? | 37 Yes | 3 No |
Answer / prasanna
Procopt is processing optiosn which will be defined while
creating the database which specifies what operations can
be performed on tht database using particular PCB..
| Is This Answer Correct ? | 23 Yes | 8 No |
Write the format of program starting from identification division for checkpoint restart logic.
What do you know about MFS?
What for procopt is used? List some of them?
What are the advantages of a hierarchical database?
What is a key field in an IMS database?
Is it necessary that the key field in a Dl/I database be unique?
What is ims (db/dc)?
Which DB access method (OSAM or VSAM) is better and why?
What is dbdgen process?
I have database, in that segment1 having dept code and segment 2 and so on multiple employees num. using dept & employee num we have to compare whether that employee belong to that dept or not, if that employee belongs to that dept then incentive is same same as in the table or else incentive must be zero? using IMS & cobol
What are the ways to mapping external control block? a. ENTRY b. PROCEDURE DIVISION USING c. CALL ‘DLITCBL’ d. ALL ABOVE e. A & B
My IMS main progam is calling Db2 subroutine ...Its giving - 923 db2 sql code..so could any one tell how to solve this issue.