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
What is link edit in cobol?
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?
How many sections are there in data division in COBOL?
Define static linking and dynamic linking.
Explain how to differentiate call by context by comparing it to other calls?
IF I mention stop run in CICS what happens?
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.
Write the code implementing the perform … varying.
Write a program to explain size error.
Whats the difference between search & search ALL?
What are 77 levels used for?
What the difference is between continue and next sentence?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are all the divisions of a COBOL program?