What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
1111Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
1152What is the difference between structured cobol programming and object alternativelyiented cobol?
1249If you are current on the owner of a set, what is the difference between obtain next and obtain first?
1348What is the default value(s) for an initialize? What keyword will allow for an override of the default?
1120
What is the problem of ordered sequential files access?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between comp and comp-3?
How to know whether the module is dynamical or statistical?
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 Pic 9v99 Indicates in COBOL?
) what is the difference between AID and HANDLE AID?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is a scope terminator give example?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What do you understand by psb and acb?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?