Answer Posted / manojkumar sivakumar
SDSF was originally known as SPOOL Display and Search
Facility - when it was a field-developed program offering.
The word SPOOL was changed to System when it became a
program product in the late 1980s.
Thanks,
Manoj
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the Purpose of Pointer in the string?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between PIC 9.99 and PIC9v99?
What is static and dynamic call 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 ?
how to refer the data field?
How to print 10 to 1 if the input have only 10 digit number?
how can i see junk values in dclgen or in hostvariable of comp ?
Explain what you understand by passing by value.
What is length is cobol?
Can we redefine the field of x(200) to less than 200?
What are the pertinent COBOL
What are the different rules to perform a Search?