How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
4 10489if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
2 6588Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
2146I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
3 10465I hav vari declaration like..... 77 a pic s9(9).99. 77 b pic s9(9).99 comp. 77 c pic s9(9).99 comp-3. if i use MOVE 123456789.99 to a,b,c what happen every one working fine ?
1 6488in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
1 3042which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
1 305601rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
5 13512
Can we change the password using ALTER? anyone tried and changed?
how do you reference the rrds file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?
What is rmode(24)
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how to convert the recors form vsam file to db2 table tru file aid
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What are the access modes of START statement?
Write a program that uses move corresponding.
How do get the result of your program directly on your pc?
What are various search techniques in cobol? Explain.
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
example for sub strings ? and refernce modifications whit output pls