What is SDSF?

Answer Posted / santhosh vayathuri

SDSF stands for spool display search fecility

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When is inspect verb is used in cobol?

671


What do you understand by psb and acb?

659


Write a program that uses move corresponding.

668


What is cobol?

739


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

670






Write some characteristics of cobol as means of business language.

614


Have you used comp and comp-3 in your project? And how?

2006


Differentiate between structured cobol programming and object-oriented cobol programming.

663


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17026


Why occurs cannot be used in 01 level in COBOL?

711


Name some of the examples of COBOl 11?

2676


Explain how you can characterize tables in cobol?

636


What is the difference between comp and comp-3?

692


What are the different data types in cobol?

786


I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.

2001