how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
2 7685What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
IBM,
3 7204I hv ten records in ps file and i hv say some 15 records in vsam file .i hv empno and age in ps file n empno,empname,dept n desig in vsam file. i hv 2 read the ps file n check wid matching empno in vsam file and then insert all fields from ps and vsam into db2 table....plz help in writin the procedure division
1 5216
Write a program that uses move corresponding.
Define cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Name the sections present in data division.
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is a report item?
What is cobol?
how do you reference the variable block file formats from cobol programs
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why would you use find and get rather than to obtain?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Difference between array and sub-script ?
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 we get current date from system with century in COBOL?