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

How you can characterize tables in cobol?

710


Explain how to differentiate call by context by comparing it to other calls?

683


explain sorting techniques in cobol program?

686


What is rmode(any) ?

680


How to use the same COBOL program in Batch and CICS on lines? explain with an example

1912






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?

6810


What is the difference between Global and External Variables?

660


how can i see junk values in dclgen or in hostvariable of comp ?

2538


What guidelines should be followed to write a structured cobol prgm?

668


Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2331


Why did you choose to work with ibm mainframe cobol programming?

627


What is length is cobol?

642


How are the next sentence and continue different from each other?

760


what is search and searchall?what is the diffrence between them?give an best example?

5539


What the difference is between continue and next sentence?

651