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...

how to submit a jcl by cobol program.
clear me with an example.

Answer Posted / leena_kulkarni

You just write out your JCL syntax to a file and assign it
to the internal reader to be automatically fired off when
you close the file.

SYNTAX:
When you close file, write down the below line.
//SYSUT2 DD SYSOUT=(*,INTRDR)

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In COBOL programming, what is PERFORM? What is VARYING?

1202


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

1205


What are the different rules for performing sort operation?

1272


Write the code implementing the perform … varying.

1117


How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?

1260


What is the usage of comp fields in cobol?

1222


What is comp-1 and comp-2?

1277


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

1142


what happens if parmparameter passes zero bytes to the program

2175


How to know whether the module is dynamical or statistical?

1206


what is search and searchall?what is the diffrence between them?give an best example?

6918


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5867


Discuss about changing dataset name in proc.

1288


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

3317


write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc

1290