which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
Answer / shaan
Static call is faster as the main program load module is
already link edited with sub program load modules unlike
dynamic call in which the link editing takes place only at
run time.
| Is This Answer Correct ? | 22 Yes | 0 No |
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
What is report-item?
Why did you choose to work with ibm mainframe cobol programming?
What is the maximum length of a field you can define using COMP-3?
4 Answers Complex System, Infosys,
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
1)what is the maximum limit for occurs? Eg: 01 A PIC X(10) OCCURS N TIME. What is the max value for N?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is XDC ?
how many bytes does s9(7)COMP-3 field occupies?
What are the rules of the move verb?
What are options have been removed in COBOL 11?