what happens if we wont give timestamp in precompilation process ?
Answer Posted / vinodquestion
I think Timestamp is automatically generted in precompilation process.
If Timestamp mismatches 818 error will occur.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
What type of SDLC u followed? Why?
What is the difference between binary search and sequential search?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the difference between structured cobol programming and object alternativelyiented cobol?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Which division and paragraphs are mandatory for a COBOL program?
How arrays can be defined in COBOL?
What are the pertinent COBOL
What are literals?
What is a SSRANGE and NOSSRANGE?
Explain what you understand by passing by value.
Can we change the password using ALTER? anyone tried and changed?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Differentiate between structured cobol programming and object-oriented cobol programming.