What is the difference between next sentence and continue in cobol programing language?
What is the Purpose of Pointer in the string?
how to display comp3 variables reply soon ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
01 a pic s9(5) occupies how many bytes ?
What is the meaning of 'Eject' verb in cobol?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
What are the rules of the move verb?
What is the difference between Global and External Variables?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division