Answer Posted / romi
Jcl is not used for programing..Its use to run the program
in the mainframe environment?
Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
When is inspect verb is used in cobol?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between binary search and sequential search?
Explain what you understand by passing by value.
What are different data types in cobol?
What do you understand by psb and acb?
how do you reference the variable unblock file formats from cobol programs
Can you please let me know the centre name of INS certification in Kolkata.
How do you reference the fixed block file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is perform what is varying?
How you can read the file from bottom?
Hi 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.
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.