State all the file open modes?
What does db2 stand for?
How many bytes will a s9(8) comp field occupy ?
Can we use procopt on pcb and segment field (senseg)?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How to get the last record in vsam file in cluster? And how can u get the ksds file records into cobol program?
Hi Everyone... Under the Logical files, when am working on multiple rec format logical file, I have joined two pf's using the multiple record format logical file concept, but when i run queried the LF only the first mentioned pf records are reflecting and I am not able to see any of the field records specified under the second pf. Kindly let me know whats the reason behind this. Below is the str of LF., R rec PFILE(LOGICAA) CUSTNO CUSTNAME BILL K CUSTNO R rec1 PFILE(LOGICAA1) CUSTNO ADD K CUSTNO .....
which is more efficient, level 77 or 01?
a dd statement has 2 types of parameters. Name them?
What is a db2 table?
Is therE anybody who knows about TICKLER FILE of RM.??thank you
Can you define mdt?
Kindly specify the pic clause for the data type of length option field type of data fields?
Name the various types of tables spaces.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?