what happens of we dont give time stamp in precompilation process

Answers were Sorted based on User's Feedback



what happens of we dont give time stamp in precompilation process..

Answer / rana

You will get -818 (Timestamp Mismatch) error.

Is This Answer Correct ?    9 Yes 0 No

what happens of we dont give time stamp in precompilation process..

Answer / srinivas yadav

An Abend will Occur such as -818
-818 is Time stamp mismatch.
How to resovle: Give the Time stamp.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More COBOL Interview Questions

how we rectify soc4 and soc7 error in project(need real time answer)? please reply

3 Answers   HCL, Wipro,


What is the difference between a binary search and a sequential search what are the pertinent cobol?

0 Answers  


What is wrong with the following data declaration? 01 W-DATE PIC X(6). 05 DD PIC 99. 05 MM PIC 99. 05 YY PIC 99. (a) Nothing is wrong. (b) Under W-DATE all level 05 items are having a PIC 99 but level 01 has PIC X(6). (c) PIC can't be specified for a group item. (d) DD, MM, and YY are invalid datanames.

6 Answers   Mphasis, TCS,


The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above

3 Answers   TCS,


how we can reverse the string in the cobol for example satheesh can be reveresed as hseehtas

3 Answers   IBM,






We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?

5 Answers   IBM,


hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?

1 Answers  


How to remove 2 duplicate records and copy only one using job control language?

0 Answers  


1)what is use of linkage section? 2)what is difference between comp and comp-3

1 Answers   Cap Gemini,


In COBOL CALL-CALLING,if a program A is calling 3 sub- programs, dynamically, then it is said sub-programs will always will always in Initial Mode. My question is : Do we need to code CANCEL or (IS INITIAL) for dynamically called sub-programs or it is the property of Dynamically called pgms so every time sub-pgms are called they will be in initial mode. ***This question is only Dynamic call****, Please reply. Thank you in advance.

4 Answers   Wipro,


What is diff betn PS and ESDS file? What is the diffrent compiler options in cobol and there discription? What is retrive nth maximum salary from salary DB2 table. Can we redefine COM-3 variable with varchar variable?

4 Answers  


maximum of how many screens we can open in emulator

2 Answers  


Categories