What are the pertinent COBOL
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.
Write down the divisions of cobol program?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how can i see junk values in dclgen or in hostvariable of comp ?
IF I mention stop run in CICS what happens?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Give some examples of command terminators?
How are the next sentence and continue different from each other?
Mention the guidelines to write a structured cobol program?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are the cobol coding sheets?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?