Have you code any new programs in COBOL ? What is the
functionality of the programs?
Answer Posted / arjun
we do code several Cobol programs acording to the
requirement. Most of these are report generating codes.
Also, we need to code for several applications
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
Write the code to count the sum of n natural numbers.
State the various causes of s0c1, s0c5 and s0c7.
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 ?
Write a program to explain size error.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Mention the guidelines to write a structured cobol program?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
) what is the difference between AID and HANDLE AID?
Which is not true about evaluate statement
What is report-item in COBOL?
What are the various section in data division and briefly explain them.
how do you reference the ksds vsam file formats from cobol programs
How do u write test cases?