How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
172How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
139How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
159
What are different data types in cobol?
What are the different rules of SORT operation?
What is amode(24)?
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 type of SDLC u followed? Why?
A table has two indexes defined. Which one will be used by the SEARCH?
Write some characteristics of cobol as means of business language.
Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
What are the pertinent COBOL commands?
What do you understand by passing by reference and passing by content?
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?
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.
Why would you use find and get rather than to obtain?
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 arrays can be defined in COBOL?