What is TimeStamp, What is TimeStamp error and What is the
Abend Code for TimeStamp Error ?
Answer Posted / 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 |
Post New Answer View All Answers
How can unused space allocation be returned to the system when a dataset is closed?
What happens if both JOBLIB & STEPLIB is specified ?
How to submit a jcl from cics?
What is the function of the steplib dd statement?
Can I share my data with other jobs? How?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
How to do automated restart when a job abend?
How can a fb file convert to vb file using sort program?
What is the significance of addrspc parameter in the exec statement?
Which dd parameters are required?
What are the jcl procedures?
how you can access an uncataloged dataset in a JCL?
What is condition checking in jcl? Is this possible?