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
1303INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
9212 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
2650How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
2543
Give some examples of command terminators?
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.
What is the difference between goback, stop run and exit program in cobol?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to access the file from prodution from changeman tool and to submit a file to production
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Explain what you understand by passing by value.
What is the difference between next sentence and continue in cobol programing language?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is report-item in COBOL?
What is the use of intialize verb?
how do you define single dimensional array and multidimensional array in your cobol?
How do u write test cases?
What is a report item?
Explain how to differentiate call by context by comparing it to other calls?