what happens of we dont give time stamp in precompilation process
Answer Posted / rana
You will get -818 (Timestamp Mismatch) error.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is amode(31)
What is a SSRANGE and NOSSRANGE?
i need a small 3d program using inline and outline.
what are decleratives in cobol?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Whats the difference between search & search ALL?
Can we change the password using ALTER? anyone tried and changed?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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 ......
Name the sections present in data division.
What is Pic 9v99 Indicates in COBOL?
explain sorting techniques in cobol program?
Can a Search can be done on a table with or without Index?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?