what are the working storage fields in BMS macro?
Answer Posted / praveen c
field+I -input
field+O -output
field+F -flag
field+A -attribute
field+L -length
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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.
What is comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What type of SDLC u followed? Why?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the access modes of START statement?
how to move the records from file to array table. give with code example
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why did you choose to work with ibm mainframe cobol programming?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?