1.What is the default print format in cobol?
Answers were Sorted based on User's Feedback
Answer / 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 |
Suppose i have a Cobol field of 10 byte. it contains a decimal sign.How to know where is the point location?
In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)
How do you define a variable of comp-1 and comp-2?
Why we are using comp and comp-3 in real time projects?
How can you add a particular field/coloumn in copybook?
01 A pic 9(100) find record length of it
What do you understand by psb and acb?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
which is better either static call or dynamic call? and why?
how to pass 100 to s9(4) how r they inserted ?
explain sorting techniques in cobol program?