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
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to know whether the module is dynamical or statistical?
Explain how to differentiate call by context by comparing it to other calls?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is Pic 9v99 Indicates in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
example for sub strings ? and refernce modifications whit output pls
Explain what you understand by passing by value.
What is the compute verb? How is it used?
How do you differentiate between cobol and cobol-ii?
Discuss about changing dataset name in proc.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?