Why occurs cannot be used in 01 level in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
What is IMPACT analysis?
How To move a value to an array using move verb?
wht is the diff b/w if and evaluate stmts ?
What is the linkage section?
What is comp-1 and comp-2?
what is the difference between external and global variables?
what are the limitations of Inline Perform?
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 meant by binary search?
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible