Answer Posted / ananta
logical error in file mismatch
like blksize mismatch, lrecl mismatch , recfm mismatch
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
how do you reference the printer file formats from cobol programs
What is the difference between PIC 9.99 and PIC9v99?
What do you understand by psb and acb?
Explain what you understand by passing by value.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is rmode(24)
How to know whether the module is dynamical or statistical?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Write the code implementing the perform … varying.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is the usage of comp fields in cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.