Answer Posted / ramnivas
ATTEMPT TO READ FROM A FILE WHICH IS NOT OPEN IN INPUT OR I-
O MODE
So please "OPEN" the file first.
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
What is an in line perform? When would you use it? Anything else you wish to say about it.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
what is amode(24), amode(31), rmode(24) and rmode(any)?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
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 ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is comp-1 and comp-2?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
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.
how to access the file from prodution from changeman tool and to submit a file to production
Name the sections present in data division.
What is the difference between external and global variables in COBOL?
Write a program that uses move corresponding.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?