In the JCL, how do you define the files referred to in a
subroutine ?
Answers were Sorted based on User's Feedback
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What is a scope terminator? Give examples.
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
how to access the file from prodution from changeman tool and to submit a file to production
hi dudes.....can any one help me..... what is SET TO TRUE all about,anyway?
What is JOBLIB and STEPLIB in JCL? what is the purpose of using it?
give the examples for strings and unstrings in cobol
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
What are the cobol coding sheets?
can you declare redefine in level 01?
How to declare if emp-name = AAAAA""BBB in working-storage section. After display emp-name should print like AAAAA""BB
what are the steps to sort in a cobol program?