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 |
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
File status must be checked both while opening and reading the file or only while reading the file?
how to access vsam files in cobol and how to differentiate that this is ESDS file
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
When is a scope terminator mandatory?
What is EIBCALEN? Why it is used?
what is sysncpoint?
Why IBM?
What are the cobol coding sheets?
What are the differences bitween cobol and cobol-2?
) how do u code after getting data?
What kind of error is trapped by on size error option?