what happens if we wont give timestamp in precompilation process ?
Answer Posted / vinodquestion
Rajesh not 811 it is 818..
find ones...
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are all the divisions of a COBOL program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Write a program to enter and display the names of students in a class using the occurs clause.
What is a report item?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the compute verb? How is it used?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write the code to count the sum of n natural numbers.
What guidelines should be followed to write a structured cobol prgm?
how to refer the data field?
How do you reference the fixed block file formats from cobol programs
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between binary search and sequential search?