how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
2 7804What 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 7333I 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 5294
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How do get the result of your program directly on your pc?
HOw can I get the negative sign while deduct high value from low value
What is a report item?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
how to access the file from prodution from changeman tool and to submit a file to production
How are the next sentence and continue different from each other?
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.
What the difference is between continue and next sentence?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is inspect in cobol ?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Why would you use find and get rather than to obtain?