) how do u code after getting data?
No Answer is Posted For this Question
Be the First to Post Answer
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
How will you find the currepted records in a file
i Want All cobol ERROR codes?
How do you code Cobol to access a parameter that has been defined in JCL?
Can 88 level variable be declared in FD section..?
what is the difference between COBOL2 AND COBOL390?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How many divisions we have in Cobol ?
after udatingg first 110 rows, my job abends. now how do i change my cobol program so that when i restart the Job it will start updating from 111th row ( i.e in next run I di=ont want to update those 110 rows which are already been updated in the first run before job abend)
Have you code any new programs in COBOL ? What is the functionality of the programs?
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 will happen if we move SPACES to numeric field and ZEROES to alphabetic field?