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


Please Help Members By Posting Answers For Below Questions

What is the Purpose of POINTER Phrase in STRING command in COBOL?

959


Differentiate between structured cobol programming and object-oriented cobol programming.

831


what is amode(24), amode(31), rmode(24) and rmode(any)?

888


) How do u handle errors in BMS macro

1695


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

900


What is the difference between external and global variables in COBOL?

1037


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 ?

2084


What are various search techniques in cobol? Explain.

854


What are the cobol coding sheets?

858


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?

7284


What is amode(24)?

873


What is an in line perform? When would you use it? Anything else you wish to say about it.

827


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1817


How do define dynamic array in cobol.

854


What do you understand by psb and acb?

842