How many maximum number of procedures can we write in one
COBOL program?
Answers were Sorted based on User's Feedback
Answer / karimulla
15 instream procedures are coded,255 catalog procedures are
coded
Is This Answer Correct ? | 3 Yes | 1 No |
what are the steps to sort in a cobol program?
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
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.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
What is file status 39 ?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
Can we change the password using ALTER? anyone tried and changed?
i have variable record in the 5th, i want to sort from 5th filed ? how ?
9(2).99 how many bytes take? Why . consider as a byte?
Write the code implementing the perform … varying.
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks