is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
2 8384u 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 7405How to Pass table from a cobol program to another cobol program and how to use that table in called program
8 22688WE 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 10055i 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 9546what 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 8173Suppose, 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 18540How 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 7310How 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 8175
how do you reference the printer file formats from cobol programs
what is amode(24), amode(31), rmode(24) and rmode(any)?
example for sub strings ? and refernce modifications whit output pls
How do we get current date from system with century in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
In COBOL programming, what is PERFORM? What is VARYING?
What is report-item in COBOL?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
how do you reference the rrds file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How do define dynamic array in cobol.
Write a program to enter and display the names of students in a class using the occurs clause.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?