IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31)
where can you specify an indicator in lokup operation?
Explain the function of the load command?
Explain ibm z?
What is access path in db2?
how can you copy to a vsam cluster?
What does the 'cedf:cics' transactions do?
I have a pf, it contains 5 members, how to access particular member data from logical file?
Explain the different system tables used in cics?
What are some jcl statements that are not allowed in procedures?
Write a cobol program making use of the redefine clause.
How do you reference the fixed block file formats from cobol programs
What is the pcp in the cics?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
what is effect on receive map when
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?