) How do u handle errors in BMS macro?
No Answer is Posted For this Question
Be the First to Post Answer
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
In which area will you utilize 88 level items in cobol?
what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include tempary file used for sorting in assign statement?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
tell me about examine inspect and evaluate ?
how to check whether the open command of a sequential file is successful? or not?
How do you compile cobol program..?
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.
Have you code any new programs in COBOL ? What is the functionality of the programs?
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.
i have mainprogram and subgram...if i compile mainprogram without stop run..what will u get in compilation time?
what are the error codes in cobol, db2, cics, vsam , and jcl