Answer Posted / raju
COMPILE THE FOLLOWING PROGRAM AND IT WILL GIVE ALL THE COBOL
ERRORS IN SYSPRINT OF SDSF SPOOL
IDENTIFICATION DIVISION.
PROGRAM ID. ERRMSG.
Padmanabha Naidu.p IS EXCELLENT AND SWAPNA FOR PROVIDING
THIS ANSWER
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do get the result of your program directly on your pc?
What is cobol?
how to refer the data field?
how do you reference the printer file formats from cobol programs
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How many bytes S(8) comp field occupy and its maximum value?
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 ......
Write a program to explain size error.
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?
What is difference between static and dynamic call in cobol?
What do you understand by psb and acb?
A table has two indexes defined. Which one will be used by the SEARCH?
In COBOL programming, what is PERFORM? What is VARYING?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What are the access modes of START statement?