Can we move SPACES to numeric field and ZEROES to
alphabetic field? If yes what are the way doing this?
Answer Posted / sriram
NO.
Only Alphanumiric field allow numric or alphabetic or both.
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
How can you get the ksds file records into your cobol program?
how to access the file from prodution from changeman tool and to submit a file to production
Difference between array and sub-script ?
IF I mention stop run in CICS what happens?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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 get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
A table has two indexes defined. Which one will be used by the SEARCH?
How do you define a variable of comp-1 and comp-2?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How do you reference the fixed block file formats from cobol programs
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.
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 are the access modes of START statement?