Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

is this below syntax correct?

CALL 'subprg' using A,B

Please help

Answer Posted / billyboyo

Yes, your syntax is correct.

This is using the "call literal" option of IBM Cobol. If
you do need the call to be dynamic, specify the DYNAM
option on the compile.

If you were to have used "call data-name" then the call is
perforce dynamic and unaffected by DYNAM/NODYNAM compile
option.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a SSRANGE and NOSSRANGE?

1524


Why occurs cannot be used in 01 level in COBOL?

1202


What is the difference between comp and comp-3 usage?

1252


What is the LINKAGE SECTION used in COBOL?

1597


What is Pic 9v99 Indicates in COBOL?

1337


What is the difference between a binary search and a sequential search what are the pertinent cobol?

1195


Why did you choose to work with ibm mainframe cobol programming?

1156


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1207


How do you get the data to code the BMS macro?

2012


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

3317


How are the next sentence and continue different from each other?

1338


What is the difference between external and global variables in COBOL?

1536


how do you reference the rrds file formats from cobol programs

1652


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

2539


how to move the records from file to array table. give with code example

2727