1.What is the default print format in cobol?
Answer Posted / lakshmisudha
dump is correct answer when if u r using IDCAMS utility
print command in Vsam in that time DUMP is correct
in cobol DEFAULT IS CORRECT
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol?
What type of SDLC u followed? Why?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between external and global variables in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the Purpose of Pointer in the string?
What are various search techniques in cobol? Explain.
How to know whether the module is dynamical or statistical?
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 the difference between perform … with test after and perform … with test before?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
IF I mention stop run in CICS what happens?
HOw can I get the negative sign while deduct high value from low value
How to remove 2 duplicate records and copy only one using job control language?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?