How arrays can be defined in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
I know my query will return more than one row but I don't want cursor what should I do?
What are the steps you go through while creating a COBOL program executable?
What is report-item?
What is XDC ?
how can we get current dat and time thru cobol pgm
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
what is the difference between COBOL2 AND COBOL390?
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
What are the ways you can generate a copybook?
how to access the file from prodution from changeman tool and to submit a file to production