What is LENGTH in COBOL II?
Answers were Sorted based on User's Feedback
Answer / satheesh
LENGTH acts like a special register to tell the length of a
group or an elementary item.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / satish
length is inistric function it tell's how bytes occupy by
dataitem
| Is This Answer Correct ? | 0 Yes | 0 No |
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?
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?
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
) What is the use of IGNORE?
BY seeing a program how can we say that it is static call or dynamic call
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
What is the default value of DISP for temp datasets
can we read records in a file from botom to top. if possible how can we read
When and how can we use index & subscript ?
What is a scope terminator give example?