What is the difference between PIC 9.99 and PIC9v99?
No Answer is Posted For this Question
Be the First to Post Answer
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
where do we use dyanamic call ? and where do we use static call pls give any example pls ?
What is a report item?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above
What is SDSF?
What is a subscript ?
Study the DATA DIVISION entries and the three PROCEDURE DIVISION entries given below: 01 END-OF-FILE-SWITCH PIC XXX. 88 NO-MORE-RECS VALUE "YES". 88 MORE-RECS VALUE "NO". (i) READ SAMPLE-FILE AT END MOVE "YES" TO NO-MORE-RECS. (ii) IF NO-MORE-RECS = "YES" GO TO LAST-PARA. (iii) IF NO-MORE-RECS GO TO LAST-PARA. Which are wrong? (a) (i) and (ii) (b) (ii) and (iii) (c) (i) and (iii) (d) all
What is the mode in which you will OPEN a file for writing?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is the difference b/w level no.01 & level no.77?