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
What are different data types in cobol?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the compute verb? How is it used?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What are the different rules to perform a Search?
explain sorting techniques in cobol program?
Why did you choose to work with ibm mainframe cobol programming?
How can you get the ksds file records into your cobol program?
Write the code implementing the perform … varying.
How to print 10 to 1 if the input have only 10 digit number?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
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 ?
) how do u code after getting data?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?