01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / barani dharan
Answer 2 is correct i have tested.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is length is cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
how to convert the recors form vsam file to db2 table tru file aid
What is static and dynamic call in cobol?
How do you get the data to code the BMS macro?
how do you reference the variable block file formats from cobol programs
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?
What are the various section in data division and briefly explain them.
what is search and searchall?what is the diffrence between them?give an best example?
Why occurs cannot be used in 01 level in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.