In the JCL, how do you define the files referred to in a
subroutine ?
Answers were Sorted based on User's Feedback
what is s000 u4087 error? please give the all error codes in cobol,jcl.
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
can we use go to statement inline-perform?
which one is better among static call and dynamic call?
Can we access the a[0] in the array ?
can we declare occurs in 01 level?
How will you find the currepted records in a file
Define cobol?
How is sign stored in a COMP field ?
What are the different rules to perform a Search?
How to read the last 100 records from a COBOL file. The file contains N number of records.
What do you understand by psb and acb?