here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
what is “Cond= even” and “Cond=only”?
What are the different open modes available in cobol?
How do you differentiate between cobol and cobol-ii?
what are the statements that are not valid to be included in an include statement?
What is the difference between version control and debugging tools?
What are union and union all?
Define dynamic processing?
What is the contrast between delimited by space and delimited by size?
Can you define notcat 2?
What is the difference between inrec and outrec?
What is the distinction amongst include and copy?
what is the panel name of ispf primary option menu?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Explain the function of the load command?