How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between comp & comp-4?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
What is the difference beetween Arrays and Tables in Cobol? please dont give the answer that arrays in cobol terminology is called tables......
in cobol i have one file it contains records like 10,4,23,98,7,90..... total records 100. iwant 10 to 20 in reverse order in cobol environ ment any one please give the answer......
Whats the use of Examine command? can someone help me?
What is SDSF?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
give the examples of strings in cobol
What is perform what is varying?
What is an in line PERFORM? When would you use it? Anything else to say about it?
what is index and how to use two tables using index?