Answer Posted / ven
load module is executable and object module is not
executable. when u compile the program object module wil be
created.
| Is This Answer Correct ? | 33 Yes | 1 No |
Post New Answer View All Answers
What do you understand by psb and acb?
IF I mention stop run in CICS what happens?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how can i see junk values in dclgen or in hostvariable of comp ?
What is the difference between structured cobol programming and object alternativelyiented cobol?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
What are all the divisions of a COBOL program?
how do you define single dimensional array and multidimensional array in your cobol?
What is difference between static and dynamic call in cobol?
What are the different rules of SORT operation?
) How do u handle errors in BMS macro?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Write the code to count the sum of n natural numbers.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?