how do you reference the fixed unblock file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
how can u pass the values into db2 values from cobol ?
SUPPOSE I HAVE 60 CHARACTERS STING. IN THAT I WANT FIND OUT HOW MANY TIMES 'A'(ASSUME)WILL REPEATED AND I HAVE TO PASS 'E' IN PLACE OF 'A'ALONG THAT STRING.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
I have put two write operations in a single para for two different conditions.Will that lead to an abend or run successfully and write two records?
how can we get current dat and time thru cobol pgm
What is SET TO TRUE all about, anyway?
Can anybody give me example of subscript and index
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
how to check whether the open command of a sequential file is successful? or not?
what happens if we wont give timestamp in precompilation process ?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.