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
i want a program using by if, evaluate , string, unstring, perform, occurs?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the use of intialize verb?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between external and global variables in COBOL?
What is length is cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What kind of error is trapped by on size error option?
what is the difference between COBOL2 AND COBOL390?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?