can we use variable picture clause as xx.99 in cobol.
Answers were Sorted based on User's Feedback
File status must be checked both while opening and reading the file or only while reading the file?
A cobol program to read a file , match it with other if. If match occurs then write it to an output file. If no match then no need to write it.Error log created by program to track any error.
can i use multiple when statements in search & search all ? justify ur answer?
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
what is Reentrancy and Quasi-reentrancy?
What do you do to resolve SOC-7 error?
What is Static and Dynamic linking ?
using redefine can you redefine lower variable size to higher variable size?
i Want All cobol ERROR codes?
if we have a 10 steps how to override the 4th step in jcl?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).