01 a pic x(6) value is abcdef
01 b pic x(3)
move a to b wht will be the value in b ?
Answers were Sorted based on User's Feedback
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
What 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.....
how do u indetify files succesfully executed or not ?
What is different between variable length and fixed length?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
what is label record is standard or omitted in file description of data division?
I have a seq file with different fields one field is address with pic x(50) as input in a cobol program. In address there is 'PUNE' at any different positions in the address field ( form 1 t0 50) . My requirement is select the fields with address 'PUNE' by using cobol. Please suggest
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.
how to display comp3 variables reply soon ?
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
What is the difference between a binary search and a sequential search what are the pertinent cobol?