What is TimeStamp, What is TimeStamp error and What is the
Abend Code for TimeStamp Error ?

Answers were Sorted based on User's Feedback



What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

Answer / nallapaneni bala

timestamp is to define the date and or time associated with
an treansaction

YYYY-MM-DD HH:MM:SS.NNNNNN WHERE NNNNNNN is in nanoseconds

timestamp error ==== -818

when ur trying to acess the plan first it will check the
timestamp of plan and time stamp of cobol load module if
both r not matched it results timestamp error.

Is This Answer Correct ?    8 Yes 0 No

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

Answer / venu

by usind time stamp all the cobol an db2 stmts are divided
separately and executed simultaniously.

when the load module and plan will not be created at the
same time then time stamp wil be occured.

-818 is the ts abend

Is This Answer Correct ?    5 Yes 2 No

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

Answer / nasar

NNNNNNN ----- is this nano seconds or micro seconds?

I think this is micro seconds. What do you say Bala?

Is This Answer Correct ?    0 Yes 0 No

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

Answer / mdvasanth86

Yes..

YYYY-MM-DD-HH:MM:SS:NNNNNN is the timestamp format.
In cobol it is generally defined as PIC X (26)

@Nasar ,

Yes it NNNNNN is microseconds.

-818 and -805 are both Timestamp mismatch related.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JCL Interview Questions

How to pass values in jcl to cobol?

4 Answers   IBM, Infosys,


Is there any command to check wether the ps file is in sorted order?

4 Answers  


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Explain the function of job statement in jcl?

0 Answers  


how to resolve sb37,sd37 se37 abends

3 Answers   Keane India Ltd,






Explain dd statement in jcl?

0 Answers  


Hi, can any one tell about " How do u eliminate the duplicates "

2 Answers   Cap Gemini,


FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?

4 Answers   IBM,


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


I had 100 steps in jcl i want to execute first 10 steps only?

6 Answers   IBM,


What does a disposition of (MOD,DELETE,DELETE) mean ?

0 Answers  


I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:

4 Answers   ITC Infotech, TCS,


Categories