How does IDMS insure data integrity?
Answer / laser
IDMS uses record locks to prevent another run-unit from
updating the same record.
| Is This Answer Correct ? | 3 Yes | 0 No |
how many bytes does s9(7)COMP-3 field occupies?
We are using the searching a table which is indexed, once the key is found, how can we get the occurance at which the key was found.
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?
I got user abend U4038 while compiling my runjcl.. can anyone help me?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
wht is the use of evalute verb ? how do u declare recfm in cobol and jcl ?
When is a scope terminator mandatory?
why we are using picture clause in the cobol programs?
what is dynamic array in cobol? what is the difference b/w array and table in cobol?
What are the different ways to run a COBOL DB2 program using JCL?