What compiler option would you use for dynamic linking?
Answers were Sorted based on User's Feedback
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
how will u find out 3rd week's 2nd day using occurs ?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
0 Answers TryTechnicals Pvt Ltd,
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
What is the difference between PIC 9.99 and PIC9v99?
How many types of sorts are there in cobol?
how we rectify soc7 and soc4 errors in project?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is Comm?
2 Answers IBM, Kemper Corporation,
Explain Restart Logic in Cobol?
what happens if we dont close cursor in db2-cobol pgm?
In an array processing what is the thing that can be done by using subscripts but not by using index