what is the use of keep and pass in disp
KEEP - Keep the data set even though the job terminates abnormally
PASS - pass the data set to further steps in the job
| Is This Answer Correct ? | 0 Yes | 0 No |
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
What is the meaning of 'TALLING' verb in cobol?
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
i WANT ALL ERROR codes IN CICS and DB2
I have the file which is having the extension no as records. sample file will look like below. 2310 3410 3256 4350 3781 5408 I need to replace the record which is starting with 3 to 5 (i.e) 3410 to 5410. How can we do it through cobol and cobol-db2 program? I need the possible logic?
I have one column say 'X' defined as VARCHAR Can anyone tell me What are the different ways to update this column thru COBOL-DB2 program?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is level 66 used for ?