How to remove the spaces at end of each record in the output
file Via COBOL program? note: The file has a VB length
Answers were Sorted based on User's Feedback
Answer / haribhau
fist remove your plug from boad and then kik ur pc!
| Is This Answer Correct ? | 34 Yes | 14 No |
Answer / neha
pls dont give answers in kiddish way...as this is only site people refers before facing the interview.
| Is This Answer Correct ? | 9 Yes | 0 No |
what do you mean by copybook? and what is the difference between the copybook which we are using in working storage and procedure division.
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
how would you resolve sb37 and SE37?
how do u list the abended jobs?
What is different between variable length and fixed length?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
What are the differences bitween cobol and cobol-2?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
how to refer the data field?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?