How include time & date in the report generation in cobol
programing?
Answer Posted / guest
we have a cobol reserved wordS called CURRENT DATE AND TIME
Syntax: Accept ws-date from CURRENT DATE
| Is This Answer Correct ? | 20 Yes | 3 No |
Post New Answer View All Answers
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?
Explain about different table spaces.
What is perform what is varying?
What is comp-1 and comp-2?
Explain what you understand by passing by value.
What is a SSRANGE and NOSSRANGE?
What is difference between static and dynamic call in cobol?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
how do you define single dimensional array and multidimensional array in your cobol?
How do you get the data to code the BMS macro?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What type of SDLC u followed? Why?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is link edit in cobol?
What are all the divisions of a COBOL program?