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
What is the difference between external and global variables in COBOL?
how do you reference the variable block file formats from cobol programs
Mention the guidelines to write a structured cobol program?
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 ?
Can a Search can be done on a table with or without Index?
How can you get the ksds file records into your cobol program?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Name the divisions, which are available in a cobol program?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
how do you reference the variable unblock file formats from cobol programs
What is the difference between perform … with test after and perform … with test before?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Which is not true about evaluate statement
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