Question was:-----------
1.How would you test your load module ?
you are not left with the source code. you have only load module how would test that ?
2. Suppose for a jcl job i am getting maxcc = 0. now what i want you to display is maxcc = 1024 for the same jcl job ?
3. What is the difference between IGYWCLG and IGYCRCTL ?
4. How many no. of maximum columns is possible for creating a primary key for a table ?
5. What is the basic difference between FIXED BLOCK and VARIABLE BLOCK for a PS , PDS AND PDSE ?
What i answered:-----
1. LOAD MODULE---I DID NOT GIVE THE ANSWER.
2. IGYWCLG IS FOR COMPILING,LINKING-EDITING AND GO.
IGYCRCTL IS FOR JUST COMPILING.
3. MAXCC--------DID NOT ANSWERED
4. COMBINATION OF ENTIRE COLUMN PRESENT IN A TABLE CAN BE USED TO DEFINE A PRIMARY KEY I.E. FOR A TABLE MAX NO. COLUMN POSSIBLE IS 750.
5.its a kind of record format used in jcl to provide the information how the data is going to be allocate.
in fixed block the fix space would be allocated for the data and in variable depends upon the size of data it would allocate the space.