What do you understand by psb and acb?
Difference between array and sub-script ?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
How do we get current date from system with century in COBOL?
how do you reference the rrds file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What are literals?
What are the pertinent COBOL commands?
When is inspect verb is used in cobol?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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 difference between static and dynamic call in cobol?
) how do u code after getting data?
what happens if parmparameter passes zero bytes to the program
What is the default value(s) for an initialize? What keyword will allow for an override of the default?