How to print 10 to 1 if the input have only 10 digit number?
What is the usage of comp fields in cobol?
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
What is binary search?
What rules are followed by the search verb.
What is the significance of the PROGRAM-ID paragraph? If this name doesnt match with the name of the COBOL program, does it make a difference? Is the name specified in the PROGRAM-ID paragraph used as a name for the load module or any such thing?
How do u know what version of cobol u are using?
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
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records...
2 Answers ITC Indian Tobacco Company, PNP, TCS,
how to change picture class of copy book variable inside program?
what is the advantage of sync class
What is CALL statement in COBOL?
I know my query will return more than one row but I don't want cursor what should I do?