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

Answer Posted / gurukulu

S0C1 ABEND will be issued.

Is This Answer Correct ?    5 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What rules are to be followed while using the corresponding options?

641


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

1914


What are the different data types in cobol?

800


How to know whether the module is dynamical or statistical?

656


How do u write test cases?

1640






what is difference between cobol and cobol/400

21570


What is rmode(24)

682


Which Search verb is equivalent to PERFORM…VARYING?

687


Mention the guidelines to write a structured cobol program?

620


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 ?

1876


What is the difference between a binary search and a sequential search what are the pertinent cobol?

737


What is the difference between Global and External Variables?

666


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1119


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

688


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

650