What is the local-storage section?
No Answer is Posted For this Question
Be the First to Post Answer
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
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.
Can we change the password using ALTER? anyone tried and changed?
what is level 66 means??
i WANT ALL ERROR codes IN CICS and DB2
what is the default print format? in cobol
how do you reference the ksds vsam file formats from cobol programs
write a program to eliminate duplicate records in a input file and send them to output file.THIS IS IGATE RECENT QUESTIONN.....JUST 1 WEEK BACKKKK...
How include time & date in the report generation in cobol programing?
How to execute a set of JCL statements from a COBOL program?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?