What is TimeStamp, What is TimeStamp error and What is the
Abend Code for TimeStamp Error ?
Answer Posted / 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 |
Post New Answer View All Answers
List the different components of jcl statement?
What are the jcl procedures?
What are the 4 fields in dd statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how to do automated restart when a job abends?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Differentiate between addressing mode and run mode.
what is a jcl?
For what purpose steplib and joblib are used ?
What are some jcl statements that are not allowed in procedures?
How jcl work to handle various input output file operations?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
How can a fb file convert to vb file using sort program?
what is the purpose of coding notify parameter in job statement?