how do you reference the printer file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
01 var1 pic x(10) 01 var2 redefines var1 pic 9(10). then in procedure division move 'abcde' to var1 then waht is the value of var1 and var2
What is the difference between subscript and index?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?
How do you set a return code to the JCL from a COBOL program?
If i initialize the 01 level variable in array, will it initialize all the array elements (occurs)?
what r the types of perform statement
How include time & date in the report generation in cobol programing?
what is meant by binary search?
how we separate the cobol cics statements from cobol&cics programming?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?