in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?

Answer Posted / kiran

i think it will be s806...ie load module not found

Is This Answer Correct ?    13 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

911


how do you reference the variable block file formats from cobol programs

803


Mention the guidelines to write a structured cobol program?

704


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 ?

1985


Can a Search can be done on a table with or without Index?

924






How can you get the ksds file records into your cobol program?

727


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1115


Name the divisions, which are available in a cobol program?

799


What is the default value(s) for an initialize? What keyword will allow for an override of the default?

752


how do you reference the variable unblock file formats from cobol programs

858


What is the difference between perform … with test after and perform … with test before?

1002


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

943


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2129


Which is not true about evaluate statement

1844


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2034