wht r the advantages of 77 level number ?
Answers were Sorted based on User's Feedback
Answer / amar
77 is used for declare the independent variable in cobol programing language which is used in data division.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / shashank naresh
This is an independent variable (not record) in the cobol.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / lu
77 level number take less space than 01 level number in
language machine......
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / kiran
77 take less memory
the most important thing is faster accessing than 01
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / srikanth doki
This is an independent variable. We cant create sub items by
using this variable and it is written in margin A.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rkt
Can anyone let me know what is the real difference between
both of them as they both can be used to define elementory
items.
| Is This Answer Correct ? | 1 Yes | 0 No |
In A cobol program , we can use COPY Statement in FILE- SECTION / WORKING-STORAGE SECTION / ENVIRONMENT DIVIION basically what is the difference
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
what is the use of comp2 ? where can we use it with example ?
What is the significance of 'above the line' and 'below the line'?
i WANT ALL ERROR codes IN CICS and DB2
How to convert bunch of words in a line to relvant ASCII values?
I have PS flat file with 14 records. I want to read from 4th to 9th record and want to write those 6 records (4th record to 9th record) to another PS file (output file). there is no key defined in the input file. I just want read a certain Consecutive records. can any one please give me the procedure division Coding for this. I have coded the below coding but the READ-PARA is performing only 1 time even though I have 14 records in my input file (i.e FILE-1): PROCEDURE DIVISION. A000-SECTION. MOVE 0 TO I. OPEN INPUT FILE-1. IF CHECK-KEY1 > 0 DISPLAY "OPEN ERROR FOR FILE-1, CODE IS:" CHECK-KEY1 END-IF. OPEN EXTEND NEWFILE-1 IF CHECK-KEY3 > 0 DISPLAY "OPEN ERROR FOR NEWFILE-1 COD IS" CHECK-KEY3 END-IF. PERFORM READ-PARA THRU EXIT-PARA UNTIL EOF-REC = 'YES'. DISPLAY " FINALLY OUT OF LOOP" CLOSE FILE-1 CLOSE NEWFILE-1 STOP RUN. READ-PARA. ADD 1 TO I READ FILE-1 AT END MOVE 'YES' TO EOF-REC IF I > 3 AND < 10 PERFORM WRITE-PARA ELSE DISPLAY "NOT IN RANGE" END-IF. EXIT-PARA. EXIT. WRITE-PARA. WRITE NEW-REC FROM FILE1-REC.
what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.
What is binary search?
how to display comp3 variables reply soon ?