What is the common systems area?
What is database alias db2?
Explain the difference between the into and the set option in the exec cics receive map command?
what is search and searchall?what is the diffrence between them?give an best example?
What does a rollback do in idms?
Explain dd statement in jcl?
What is a configuration management system, give examples?
What are catalog tables in db2?
Are you comfortable in cobol or jcl?
accept ws-date from date will return the current date?
Explain the maximum number of pcbs allowed in a psb?
Explain cemt transaction commands?
When you are working with the project.. once your coding is over what will u do? where u r maintaining your CR(change request) what is the format what are the documents u need to prepare while testing?
What is the difference between version control and debugging tools?
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?