write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
No Answer is Posted For this Question
Be the First to Post Answer
What type of SDLC u followed? Why?
What are the different data types in cobol?
How you can characterize tables in cobol?
If I want to increase the Limit in GDG. What should I do?
I have a files containing both duplicate and non-duplicate records.The file is already sorted by a key.I want to determine those records that are duplicate and records that are non-duplicate.If duplicate the record is move to a duplicate file and if non-duplicate that will be move to valid file.thank you
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
How to read the last 100 records from a COBOL file. The file contains N number of records.
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
How we copy a program from production region to development region.What is the process & syntax ?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
What do you feel makes a good program?