what is search and searchall?what is the diffrence between them?give an best example?
What is the usage of comp fields in cobol?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do u write test cases?
What are the pertinent COBOL
how do you reference the rrds file formats from cobol programs
what happens if parmparameter passes zero bytes to the program
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
) How do u handle errors in BMS macro?
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between comp and comp-3?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
What are all the divisions of a COBOL program?
how to move the records from file to array table. give with code example