1.Can we define condition-name conditions in FD entry.
Answers were Sorted based on User's Feedback
when iam reading a flat file which has 100 records through cobol program when iam reading 50th records it gets abends .. so when i run the program again it should read from 50th record .where it got abened ? how it is possible
) how do u code after getting data?
Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
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 is the file organization clause ?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
What is R-mode and A-mode?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
What is the default value of DISP parameter?
what happens if we wont give timestamp in precompilation process ?
i want to enter the name 'pandu' into ur table how?
Can printer files (having 133 characters) be of variable length?