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 do you receive data passed through JCL parm parameter in a
Natural program ? How Data definition is defined in the program?

Answer Posted / rakesh paulraj

Normally in JCLs calling natural program, data is passed
using some control cards. In the natural program, the data
is received in the same order using INPUT statement similar
to STACK processing.

Data definition in Natural is done using following:

DEFINE DATA
1 #VARIABLE1 (A10) /* Alphabetic variable of length 10
..
..
END-DEFINE

Is This Answer Correct ?    6 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

1163


Explain difference between escape(top or bottom) and escape immediate(top or bottom?

1262


How to receive data passed through jcl parm parameter in a natural program?

1041


Explain how to move cursor to a particular field when position is not known?

1083


What is cobol coding sheet?

1292


Explain the data storage?

1059


Explain the difference between external subroutine and subprogram?

1306


Explain control variable in online screens?

1055


Explain how to find occurrence of mu and pe fields in a file?

985


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

1084


Explain difference between read(1) and read work file once?

1009


Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?

1139


What is the difference between read work file 1 and read work file once? Why we are using work file once?

1016


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

1042


Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?

1178