what will happen if i give program name and member name as
different? program runs successful or w'll abend?
Answer Posted / prachi
During compilation the program will give an error
Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
what is amode(24), amode(31), rmode(24) and rmode(any)?
) How do u handle errors in BMS macro
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between external and global variables in 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 various search techniques in cobol? Explain.
What are the cobol coding sheets?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What is amode(24)?
What is an in line perform? When would you use it? Anything else you wish to say about it.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How do define dynamic array in cobol.
What do you understand by psb and acb?