What is SDSF?

Answer Posted / sam

SPOOL Display and search Facility

Is This Answer Correct ?    7 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In COBOL programming, what is PERFORM? What is VARYING?

668


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

1900


What is Pic 9v99 Indicates in COBOL?

722


Which is not true about evaluate statement

1567


example for sub strings ? and refernce modifications whit output pls

1843






here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?

6821


How do define dynamic array in cobol.

669


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1228


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

700


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

672


How can you get the ksds file records into your cobol program?

639


how to move the records from file to array table. give with code example

2216


What is the local-storage section?

681


how do you define single dimensional array and multidimensional array in your cobol?

667


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2052