Answer Posted / prakash shrivastava
lEVEL 77 IS ELEMENTARY DATA ITEM.CANNOT BE SUBDIVIDED TO
ANOTHER ITEM NOR THEY CANNOT SUBDIVIDED THEMSELVES.
| Is This Answer Correct ? | 98 Yes | 4 No |
Post New Answer View All Answers
Write down the divisions of cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
how can i see junk values in dclgen or in hostvariable of comp ?
how do you reference the esds vsam file formats from cobol programs
Can we redefine the field of x(200) to less than 200?
What is a report item?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
Name some of the examples of COBOl 11?
In COBOL, what is the different between index and subscript?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is the difference between next sentence and continue in cobol programing language?