Answer Posted / anil prajapati
blksize is not multiple of record length and the
description of these in jcl is different from cobol
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
i need a small 3d program using inline and outline.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How many bytes S(8) comp field occupy and its maximum value?
Which division and paragraphs are mandatory for a COBOL program?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
How to print 10 to 1 if the input have only 10 digit number?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Mention the guidelines to write a structured cobol program?
Write the code implementing the perform … varying.
What are the different rules for performing sort operation?
Difference between cobol and cobol-ii?
What are declaratives and what are their uses in cobol?
how to refer the data field?
how to move the records from file to array table. give with code example