Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answers were Sorted based on User's Feedback
Answer / sailesh
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anu
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Is it possible to mutliply a comp variable with an comp-3 variable. Will there be any error if i do it?
What is file status 39 ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is XDC ?
Is It Possible to Update or change in VIEW Mode?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How to delete a front spaces in a data-name/variable in cobol Example:- 01 data-name-1 PIC x(20) value " cobol language". 01 data-name-2 PIC x(20). MOVE data-name-1 to data-name-2. would like the value of data-name-2 is "cobol language".
Difference between ps, esds
If we use GO BACK instead of STOP RUN in cobol?
Why IBM?
how many subpgms we can use in a main pgm ? how do u link sub pgm to main pgm ? how can i use the parameters declared in main pgm to sub pgm ?
Whats the use of Examine command? can someone help me?