What are the access modes of START statement?
No Answer is Posted For this Question
Be the First to Post Answer
in the TIME parameter we r giving hours r minutes
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
if a file has 1000 recods how copy the records from 1 to 100 records using sort
what is a load module ?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
01 A pic 9(100) find record length of it
can internal sort be applied to sort ksds files?
Can we access the a[0] in the array ?
which is better either static call or dynamic call? and why?
hi, can you ppl tell me, how to check whether the rewrite we gave for the ksds file is successful or not in the program.? i gave rewrite, the rewrite code is executing and maxcc=0 but updation doenot happen in the file?
What is an index for tables?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?