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 22408WE 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 9919i 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 8035Suppose, 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 18256How 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 7172How 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 7995
What is the difference between goback, stop run and exit program in cobol?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Name the divisions, which are available in a cobol program?
Which mode is used to operate the sequential file?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to print 10 to 1 if the input have only 10 digit number?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is the Purpose of Pointer in the string?
Name the sections present in data division.
What rules are to be followed while using the corresponding options?
how to refer the data field?
How many bytes S(8) comp field occupy and its maximum value?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is Pic 9v99 Indicates in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?