what is the Difference between SYSIN and PARM ?
Answer Posted / swathi
Also, in SYSIN we can give the data directly. But when you
are using PARM, the data is passed with the help of linkage
section to corresponding program.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Explain the function of job statement in jcl?
whats the diff bw the evaluate also and and?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
which utility is used a dummy utility?
How does jcl specify the job to the operating system?
How do you access an uncatalogued dataset in a jcl?
Explain the function of the dd dcb keyword?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Differentiate between the joblib and the steplib statements?