Please let me know how the Eject verb works for page break..
I want to know the code, how it is used.
Answers were Sorted based on User's Feedback
We have to write 'EJECT' in 7th column, otherwise it will
give error.
| Is This Answer Correct ? | 0 Yes | 2 No |
1.What is the limit of linkage section?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
how do u link sub pgm to main pgm ?
study the data discriptions and answer the questions given below i)01 ORDER RECORD 05 OUT-HEADER PIC X(50) 05 ITEM-COUNT PIC 99 05 OUT-ITEM PIC X(20) OCCURS 1 TO 20 DEPENDING ON ITEM-COUNT ii)01 NAME-AND-ADDRESS 05 N-AND-A-LINE OCCURES 5 05 LINE-LENGTH PIC P9 05 N-AND-A-CHAR PIC X OCCURS 1 TO 20 DEPENDING ON LINE-LENGTH iii)01 SALES-LIST 05 SALESMAN-COUNT PIC 99 05 SALES PIC 9(6) OCCURS 1 TO 100 DEPENDING ON SALESMAN-COUNT iv)01 ORDER-RECORD 05 NO-OF-BRANDS PIC 99 05 BRAND-PURCHASED OCCURS 1 TO 15 DEPENDING ON NO-OF-BRANDS which of the following is true? a.i) and iii) are valid b.i) and iv) are valid c.i) and iii) are not valid d.all are valid
how to display the dataset information?
i want to store 20 digits . h will u do it in cobol ?
How can you submit a job from COBOL programs?
can I copy book which contain db2 statment in procedure divion?
wht is the difference between goto and perform stmts
Give some advantages of REDEFINES clause?
What are different data types in cobol?
. How do we cast a variable in COBOL