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 do you define single dimensional array and multidimensional array in your cobol?

0 Answers  


There is a production file which has millions of records in it.The program that uses it ends up with an SOC7 abend.It is sure that the abend is due to some invalid data in the file.Is there any way to debugg the SOC7 abend with out giving displays? I need the record which is cause for the abend.

8 Answers   Danske, iGate,


What is static and dynamic call in cobol?

0 Answers  


How to Pass table from a cobol program to another cobol program and how to use that table in called program

8 Answers   Patni, SunGard,


Which mode is used to operate the sequential file?

0 Answers  






I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

0 Answers   IBM,


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 ......

4 Answers   Accenture,


SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.

2 Answers   Wipro,


what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99

2 Answers   TCS,


how we can edit records in vsam data set and non vsam data sets

2 Answers   ACS,


how will you define vsam file in select clause?

3 Answers   Patni,


tell me about examine inspect and evaluate ?

2 Answers   CTS,


Categories