Whtz the specialty of 77 level number ?
Answers were Sorted based on User's Feedback
Answer / srinivasa yadav
IT IS INDEPENDENT ELEMENTARY DATA ELEMENT, WHICH DOES NOT
CONTAINS ANY SUB-LEVEL.
| Is This Answer Correct ? | 32 Yes | 2 No |
Answer / kiran
77 does not contains sub levels
It takes less memory
Accessing is fast by using 77 for small data
| Is This Answer Correct ? | 6 Yes | 1 No |
What is perform what is varying?
Write a program to explain size error.
How many maximum number of procedures can we write in one COBOL program?
if you give cylinder(1,1)how many cylinders it will be allocate?
what is lrec=f,what is difference between f,fb,v,vb?what is default value?how do we came to know that records are in f,fb,v,vb?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
if i am reading a file with some 50000 records and moving to a DB2 table and suddenly the program abends in between, is there anyway i could restart from the exact record at which the job failed once the program restarts.
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
How is sign stored in a COMP field ?
I have the requirement to compare the two files and pick up the matching records. File 1. file2 23 32 32 13 34 15 35 36 36 35 43 Get the matching records from this 2 files to out file. how you will do this in cobol program?
15 Answers ADP, Broadridge, CTS, HSBC, L&T, RBS, TCS,
What is an in line PERFORM? When would you use it? Anything else to say about it?