What are options have been removed in COBOL 11?
Answer / savan
EXAMINE has been removed from later versions of COBOL.
| Is This Answer Correct ? | 0 Yes | 0 No |
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
How can you display the SPOOL information ?
COMP?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
What is the local-storage section?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
I encountered an error when I move spaces to a numeric field?What should I do to move spaces on that field?help please.
Identify the invalid dataname from the following: (A) savings-account (B) annual-allocation-for-overhead (C) samount250 (D) 12demand
how can you identify wheather the program is using search or search all in the cobol program?