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
i want a program using by if, evaluate , string, unstring, perform, occurs?
Define static linking and dynamic linking.
What is the compute verb? How is it used?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is amode(31)
What is amode(24)?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is the difference between Call and a Link?
A table has two indexes defined. Which one will be used by the SEARCH?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
How do we get current date from system with century in COBOL?
What are declaratives and what are their uses in cobol?
Mention the guidelines to write a structured cobol program?