Answer Posted / amita
SDSF is System Display and search facility.
Harish is right.
Thanks;
Amita.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Give some examples of command terminators?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is difference between cobol and cobol/400
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Write the code to count the sum of n natural numbers.
A table has two indexes defined. Which one will be used by the SEARCH?
What is static and dynamic call in cobol?
Why would you use find and get rather than to obtain?
What is cobol?
What is a report item?
What are different data types in cobol?
What is the difference between comp and comp-3 usage?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Write a program that uses move corresponding.
Name the sections present in data division.