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 |
HOW TO MOVE REDEFINES CLAUSE FROM INPUT TO OUTPUT ?
What is EIBCALEN? Why it is used?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Why we are using comp and comp-3 in real time projects?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
What is the difference between comp and comp-3?
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
can we display comp-3 variables. if we want to display what we have to do . give me one example
how to create temporary data set in jcl? what is the use?
3 Answers Cap Gemini, Temenos,
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
tell me about examine inspect and evaluate ?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.