how we sort two input files based on a common column and
giving one o/p file please send me the coding logic?
No Answer is Posted For this Question
Be the First to Post Answer
How can you declare the file ?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
What is the file organization clause ?
How do you define a sort file in JCL that runs the COBOL program?
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
which is better either static call or dynamic call? and why?
have in 100 records in a flat file i want to move records like 1,3,5,7,9,11,.. to Output file1 and 2,4,6,8,10,12,14 .. records moved to Output file2..Pls Provide real time answer..
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.