Answer Posted / b
Manojkumar is right, check this out
http://en.wikipedia.org/wiki/SDSF
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
Can a Search can be done on a table with or without Index?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
In COBOL programming, what is PERFORM? What is VARYING?
Name some of the examples of COBOl 11?
Write a program to enter and display the names of students in a class using the occurs clause.
What is redefines clause in COBOL?
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 are decleratives in cobol?
How do you differentiate between cobol and cobol-ii?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How to remove 2 duplicate records and copy only one using job control language?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are the cobol coding sheets?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?