How may divisions are there in JCL-COBOL?

Answer Posted / vampire

Identification division
program-id
author
installation
date written
date completed
security

Environment division
configuration section
source computer
object computer
special characters
I/o section
file control


Data division
linkage section
report section
message/communication section
screen section
working storage section
file section

Procedure division


plz correct me if i m wrong

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is amode(31)

716


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

816


What are the various section in data division and briefly explain them.

692


Define static linking and dynamic linking.

660


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

1900






What is a scope terminator give example?

652


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1646


i want a program using by if, evaluate , string, unstring, perform, occurs?

4045


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

637


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


explain sorting techniques in cobol program?

686


What are the pertinent COBOL

2041


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.

5673


For rewrite, why is it mandatory that file needs to be opened?

620


) what is the difference between AID and HANDLE AID?

1630