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
How do we get current date from system with century in COBOL?
What the difference is between continue and next sentence?
Explain what you understand by passing by value.
Define cobol?
What are various search techniques in cobol? Explain.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
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 ......
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how do you reference the ksds vsam file formats from cobol programs
) How do u handle errors in BMS macro
What is the difference between Call and a Link?
) how do u code after getting data?
Mention the guidelines to write a structured cobol program?