1.What is the default print format in cobol?
Answer Posted / ravi
Default USAGE clause is DISPLAY
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the use of intialize verb?
how do you reference the fixed unblock file formats from cobol programs
how do you reference the variable block file formats from cobol programs
When is inspect verb is used in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Discuss about changing dataset name in proc.
Can a Search can be done on a table with or without Index?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What are all the divisions of a COBOL program?
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 ......
What is amode(24)?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the LINKAGE SECTION used in COBOL?