is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
2 8282u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
IBM,
2 7310How to Pass table from a cobol program to another cobol program and how to use that table in called program
8 22414WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
4 9921i have a requrement in A as viswa!@#$%&^**reddy i need to move viswareddy in B without junk values pls say how to do ths reply fast
L&T,
4 9378what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
TCS,
3 8036Suppose, file A has 100 records and file B has 500 records. We want to write records common to both A and B into file C and records which are present only in either A or B into another file D. What should be the logic of Cobol program to achieve this?
7 18266How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
3 7173How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
5 7999
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the default value(s) for an initialize and what keyword allows for an override of the default?
Explain what you understand by passing by value.
How do you reference the fixed block file formats from cobol programs
Whats the difference between search & search ALL?
how do you reference the esds vsam file formats from cobol programs
What kind of error is trapped by on size error option?
if 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.
how to move the records from file to array table. give with code example
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are the different types of condition in cobol and write their forms.
) how do u code after getting data?
Name the sections present in data division.