What is SDSF?
Answers were Sorted based on User's Feedback
Answer / manojkumar sivakumar
Description: SDSF =
1) Spool Display And Search Facility
2) System Display And Search Facility
| Is This Answer Correct ? | 13 Yes | 2 No |
if you give cylinder(1,1)how many cylinders it will be allocate?
How To move a value to an array using move verb?
What is the difference between binary search and sequential search?
How to Pass table from a cobol program to another cobol program and how to use that table in called program
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
what is sync clause?
What are different file OPEN modes available in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,
wht happens if we dnt give scope terminator ?
What is difference between comp & comp-4?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?