how do you reference the variable block file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
in how many mode we can open a file ?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How is sign stored in a COMP field ?
Re: 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.
What does the IS NUMERIC clause establish ?
How do we get current date from system with century?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....
What are the pertinent COBOL commands?
diffrence between z(2) and z9(2)
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?