what happens if we wont give timestamp in precompilation process ?

Answer Posted / suputhru

yes, nothing will happen.
Timestamp will automatically generted in precompilation time.

we don't give that.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you differentiate between cobol and cobol-ii?

656


how do you reference the ksds vsam file formats from cobol programs

666


What is the problem of ordered sequential files access?

702


Name the divisions, which are available in a cobol program?

685


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

708






please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

1958


I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......

10610


What is rmode(any) ?

686


What is the difference between comp and comp-3 usage?

680


how do you reference the esds vsam file formats from cobol programs

634


How do you get the data to code the BMS macro?

1476


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.

5687


What guidelines should be followed to write a structured cobol prgm?

673


How are the next sentence and continue different from each other?

766


Write a program to explain size error.

677