01 a pic 9(3) value is 123 01 b pic 9(6) move a to b wht will be the value ? and 01 a pic x(6) value is abc 01 b pic x(3) move a to b wht will be the value ?
7 11418Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
IBM,
5 11220I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
EDS,
2 6539How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
4 18507
Name the sections present in data division.
Give some examples of command terminators?
What is the difference between comp and comp-3 usage?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do you define a variable of comp-1 and comp-2?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What are various search techniques in cobol? Explain.
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.
Whats the difference between search & search ALL?
What are the cobol coding sheets?
What the difference is between continue and next sentence?
how do you reference the fixed unblock file formats from cobol programs
What is the usage of comp fields in cobol?
When is inspect verb is used in cobol?
What is the difference between PIC 9.99 and PIC9v99?