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
1234INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
8682 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
2590How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
2473
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how to convert the recors form vsam file to db2 table tru file aid
Which mode is used to operate the sequential file?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What rules are followed by the search verb.
What is the difference between goback, stop run and exit program in cobol?
Write the code implementing the perform … varying.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is static and dynamic call in cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Can you please let me know the centre name of INS certification in Kolkata.
What is comp-1 and comp-2?
What is the difference between external and global variables in COBOL?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?