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 |
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
What is an explicit scope terminator?
What is the difference between external and global variables in COBOL?
Difference between next and continue clause
What is a subscript ?
The below is the declaration for a variable ws 01 ws pic 9(3). if you want to insert space how will you do that. in which level u should do it
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
Explain complete concept of table handling in COBOL with an example?
how can u find out just by seeing wheater it is main program or sub program ? any two ways to identify reply soon ?
s9(18) comp-3:: What is the size of memory it takes internally?
What are the differences between OS VS COBOL and VS COBOL II?
What is the LINKAGE SECTION used in COBOL?