Kindly specify the pic clause for the hhmmss type of data fields?
Can you explain referential integrity?
what are bind concepts in db2 cobol?
Define ceci?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is afoper?
INCLUDE is used ONLY on MVS/ESA Version 4 or higher systems to name an INCLUDE group. An INCLUDE group is a set of one or more valid JCL statements that are stored together in a JCLLIB data set or a system procedure library, and that are read in and used to replace the INCLUDE statement itself within the job. Any number of INCLUDE statements can be used in a job, but the name field value used on each should be unique within the job. The INCLUDE statements can appear in a job anywhere after the JOB statement, but may not appear between a CNTL and ENDCNTL JCL statement.
Explain How will you the specification of database file?
What is a bind in db2?
Why adabas is used?
what do you mean by gdg in vsam?
Explain the difference between a physical bms mapset and a logical bms mapset?
Are there any set of rules for the names of the steps used in a job?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the printer file formats from cobol programs