Answer Posted / manojkumar sivakumar
Description: SDSF =
1) Spool Display And Search Facility
2) System Display And Search Facility
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
How do you reference the following file formats from cobol programs?
Whats the difference between search & search ALL?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Why did you choose to work with ibm mainframe cobol programming?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
how do you reference the rrds file formats from cobol programs
In COBOL programming, what is PERFORM? What is VARYING?
Can we redefine the field of x(200) to less than 200?
When is inspect verb is used in cobol?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is cobol?
What is a scope terminator give example?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic