What is a scope terminator give example?
No Answer is Posted For this Question
Be the First to Post Answer
how to convert the recors form vsam file to db2 table tru file aid
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
How do you define a sort file in JCL that runs the COBOL program?
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
copy 100 records without using ibm utilities
How to Pass table from a cobol program to another cobol program and how to use that table in called program
when COMP-3 is preferrable?
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
what is rediffine clause?in what situation it can use?give me real time example?
BY seeing a program how can we say that it is static call or dynamic call
01 x pic s9(8) comp. How will the following value be internally allocated '18787'