When can the USING phrase be included in the call
statement ?
Answer Posted / s
When we are recieving value from the sub program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why did you choose to work with ibm mainframe cobol programming?
how to move the records from file to array table. give with code example
How are the next sentence and continue different from each other?
How do you differentiate between cobol and cobol-ii?
How do we get current date from system with century in COBOL?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What do you understand by psb and acb?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are the different rules for performing sort operation?
how to access the file from prodution from changeman tool and to submit a file to production
Describe the cobol database components?
How can you get the ksds file records into your cobol program?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
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.