what is a load module ?

Answer Posted / raghunathareddy

jcl

Is This Answer Correct ?    0 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a report item?

741


How do you define a variable of comp-1 and comp-2?

705


What are declaratives and what are their uses in cobol?

714


Whats the difference between search & search ALL?

5264


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

8167






What is the utilization of copybook in cobol?

657


In COBOL, what is the different between index and subscript?

759


How did the release of cobol/370 version 1.3 improve the performance of release 1.1?

645


There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.

932


What the difference is between continue and next sentence?

662


how do you reference the variable block file formats from cobol programs

686


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1588


How do u write test cases?

1638


Name some of the examples of COBOl 11?

2686


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?

6832