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 are different data types in cobol?

790


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

831


What is the compute verb? How is it used?

749


How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?

834


What is an in line perform? When would you use it? Anything else you wish to say about it.

739






What are the different rules to perform a Search?

702


explain sorting techniques in cobol program?

785


Why did you choose to work with ibm mainframe cobol programming?

730


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

727


Write the code implementing the perform … varying.

722


How to print 10 to 1 if the input have only 10 digit number?

919


1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

1717


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1985


) how do u code after getting data?

1657


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

1782