How do you compile cobol program..?
Answer / amarnadh reddy
hi,
Use compiler option IGYCRCTL utility.
ex: //step01 exec pgm=IGYCRCTL
| Is This Answer Correct ? | 15 Yes | 0 No |
How you can read the file from bottom?
Can anyone tell me how to handle the array beyond the limit. If we have an array or a table which can handle 5000 records but now we have to compensate 20000 records with the same array? how to handle the situation.
What does the IS NUMERIC clause establish ?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
can I copy book which contain db2 statment in procedure divion?
can any one give good example for cond 88 level number and for renames pls urgent dudes ?
What is the difference between Call and a Link?
if one main program ,n -subprograms are then which call you follow ?why reasonuhg
What is CALL statement in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
what is rediffine clause?in what situation it can use?give me real time example?
what is a load module ?