Answer Posted / akviswa
Ex for static linking-
Call "PGMNAME"
Dynamic linking-
01 ws-pgmname pic x(8) value "PGMNAME".
Call ws-pgmname
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
What is rmode(any) ?
what is difference between cobol and cobol/400
How arrays can be defined in COBOL?
What are the rules of the move verb?
how can i see junk values in dclgen or in hostvariable of comp ?
how to convert the recors form vsam file to db2 table tru file aid
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How to remove 2 duplicate records and copy only one using job control language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......