Answer Posted / dinesh kumar
Initailize verb initiallizes the data items.
Alphabetic, Alphanumeric fields & alphanumeric edited items
are set to SPACES.
Numeric, Numeric edited items set to ZERO.
FILLER , OCCURS DEPENDING ON items left untouched.
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
how to convert the recors form vsam file to db2 table tru file aid
how do you reference the printer file formats from cobol programs
how to access the file from prodution from changeman tool and to submit a file to production
how do you reference the esds vsam file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
Write a program to explain size error.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is cobol?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What is the difference between Global and External Variables?