How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
4 10504if 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 6589Hi 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.
2147I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
3 10466I 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 6489in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
1 3047which 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 306101rec1. 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 13525
What is static and dynamic call in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
how to access the file from prodution from changeman tool and to submit a file to production
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the fixed unblock file formats from cobol programs
what is s000 u4087 error? please give the all error codes in cobol,jcl.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Why did you choose to work with ibm mainframe cobol programming?
A table has two indexes defined. Which one will be used by the SEARCH?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Write a program to explain size error.
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Write the code to count the sum of n natural numbers.
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?