Answer Posted / rihaan
77 Level number is an Independent DATA ITEM . It can't be
associated with any other level numbers. It has to be
independent in the declaration.
Please correct me if am wrong
Is This Answer Correct ? | 68 Yes | 3 No |
Post New Answer View All Answers
How you can read the file from bottom?
i need a small 3d program using inline and outline.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is an in line perform? When would you use it? Anything else you wish to say about it.
For rewrite, why is it mandatory that file needs to be opened?
what is the difference between COBOL2 AND COBOL390?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do u write test cases?
What is inspect in cobol ?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Define cobol?
What the difference is between continue and next sentence?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?