What are the ways you can generate a copybook?
Answers were Sorted based on User's Feedback
Answer / nag(igate)
1. using 3.4 option without fileaid
2. using fileaid
| Is This Answer Correct ? | 1 Yes | 0 No |
Name the divisions in a COBOL program ?
i WANT ALL ERROR codes IN CICS and DB2
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
how to crack cts interview apps? NOVEMBER 21 2010
How do you differentiate between cobol and cobol-ii?
s9(18) comp-3:: What is the size of memory it takes internally?
What is XDC ?
What are literals?
What are various search techniques in cobol? Explain.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
how to pass 100 to s9(4) how r they inserted ?