What is the maximum size of a 01 level item in COBOL I? in
COBOL II?
Answer Posted / anil prajapati
in cobol II it is 16777215
| Is This Answer Correct ? | 32 Yes | 8 No |
Post New Answer View All Answers
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.
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Why occurs cannot be used in 01 level in COBOL?
What are the different open modes available in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How to print 10 to 1 if the input have only 10 digit number?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..