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 |
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
Can we use goto statement in inline_perform ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
what is the difference b/w level no.01 & level no.77?
What is COMP SYNC?
In COBOL "BEFORE" advancing is there or not ?
WT R TECHNICAL MAINFRAME QUESTION ASKED IIN ANJANASOFTEARE??
what is mainframe? what is the mainframe software ? what is use in s/w field?
plz any one tell clearly the justify right clause?
What are the differences between COBOL and COBOL II?
What is rmode(24)
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?