What is the use of intialize verb?
No Answer is Posted For this Question
Be the First to Post Answer
. How do we cast a variable in COBOL
What is the size of s9(19)comp3? explain
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
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Why there is no questions in this column?
what is the basic concept of mainframe? what knowledge is needed for learn this mainframe?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
What is the difference between a binary search and a sequential search what are the pertinent cobol?