Answer Posted / sam
SPOOL Display and search Facility
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What are different data types in cobol?
What are various search techniques in cobol? Explain.
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the variable block file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
how do you reference the variable unblock file formats from cobol programs
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
IF I mention stop run in CICS what happens?
How you can read the file from bottom?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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?