HELLO FRIENDS,
THIS IS JANARDHAN.GADIRAJU, I FACED ONE INTERESTING
QUESTION IN COBOL, THAT IS WHAT ARE THE VALUES WE CAN SEE
IN HIGHVALUES AND LOWVALUES, CAN U PLEASE GIVE ME THE ANSWER
Answer Posted / jack
What to check for alphanumeric fields
Move spaces to low-values
Move 'zzzzzzzz' to high-values.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is static and dynamic call in cobol?
What is the difference between Call and a Link?
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 Pic 9v99 Indicates in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Mention the guidelines to write a structured cobol program?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Difference between array and sub-script ?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the printer file formats from cobol programs
What are the different data types in cobol?
how do you reference the ksds vsam file formats from cobol programs
Explain how to differentiate call by context by comparing it to other calls?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?