Answer Posted / shubha
this is one of the section under data division, and is used
in sub programs to pass the parameters.this section also
receives parameter from jcl
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How you can read the file from bottom?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What type of SDLC u followed? Why?
What is the difference between comp and comp-3 usage?
Write the code implementing the perform … varying.
how do you reference the variable unblock file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What kind of error is trapped by on size error option?
How do you reference the fixed block file formats from cobol programs
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.
What are the rules of the move verb?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between comp and comp-3?