I encountered an error when I move spaces to a numeric
field?What should I do to move spaces on that field?help
please.
Answer Posted / mahesh
Thing is that spaces can't be moved to numeric fields,
u can move only zeros and other numeric values to numeric
fields, spaces can be moved to alphanumeric and alphabetic
fields only.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Name some of the examples of COBOl 11?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What is static and dynamic call in cobol?
What are all the divisions of a 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.
how do you reference the printer file formats from cobol programs
Which mode is used to operate the sequential file?
What is the local-storage section?
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.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
Write down the divisions of cobol program?
What are the different types of condition in cobol and write their forms.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to remove 2 duplicate records and copy only one using job control language?