I have sequential file recl 1000 i want to add another 15
bytes to it. The record length should not change..How?
Answer / sadiq
Change the existing char field to compressed format, so that we can adopt space for the 15 bytes
| Is This Answer Correct ? | 0 Yes | 0 No |
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
is it possible to declare index in cobol program? if it is not why its tell me pls
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
What do you understand by passing by reference and passing by content?
how to resolve the file status 47.......
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are some examples of command terminators?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
88 class is used for
How do you compile cobol program..?