How may divisions are there in JCL-COBOL?

Answer Posted / tin

six

Is This Answer Correct ?    11 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

714


Write a program to explain size error.

679


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

650


What are the access modes of START statement?

719


what is the difference between COBOL2 AND COBOL390?

2455






What are the different data types in cobol?

801


How many sections are there in data division in COBOL?

680


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.

5695


example for sub strings ? and refernce modifications whit output pls

1848


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

646


Name some of the examples of COBOl 11?

2688


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

1933


What are the different rules to perform a Search?

619


How do you reference the fixed block file formats from cobol programs

709


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

1000