How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / surya
You are asking procedure divisions in Cobol program or
PROCS in JCL
For Jcl the count is correct(Instream procedure-15)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how to access the file from prodution from changeman tool and to submit a file to production
what is the difference between COBOL2 AND COBOL390?
Explain the configuration section of a cobol program with examples of syntax.
What is the usage of comp fields in cobol?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different types of condition in cobol and write their forms.
What are all the divisions of a 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 ?
i need a small 3d program using inline and outline.
Can we change the password using ALTER? anyone tried and changed?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc