How to read a record from bottom of a file which is
indexed by 'A'.
Answer Posted / rd
WE can use low valus to execute the file from bottom.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is a SSRANGE and NOSSRANGE?
What rules are to be followed while using the corresponding options?
Write a program to explain size error.
Why did you choose to work with ibm mainframe cobol programming?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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?
What type of SDLC u followed? Why?
Can we redefine the field of x(200) to less than 200?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
What the difference is between continue and next sentence?
What are the different rules to perform a Search?
What is a scope terminator give example?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?