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 |
what is rediffine clause?in what situation it can use?give me real time example?
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..
How do u write test cases?
What is an in line perform? When would you use it? Anything else you wish to say about it.
File status must be checked both while opening and reading the file or only while reading the file?
What is the difference between subscript and index?
Write a program that uses move corresponding.
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
how many bytes do SPPPP999 will store?
Write the code implementing the perform … varying.