How can we know that cobol program is using report file or
simple file....?
Answer Posted / jagan
Ashok, do we have a variable block attribute for a REPORT
file. As far as i have heard there is only FBA for a REPORT
file.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
Name the sections present in data division.
Whats the difference between search & search ALL?
Why occurs cannot be used in 01 level in COBOL?
how do you reference the variable unblock file formats from cobol programs
Mention the guidelines to write a structured cobol program?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the variable block file formats from cobol programs
What is the problem of ordered sequential files access?
How do you reference the fixed block file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
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 ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do u write test cases?