How many positional parameters are there in job statement?
Answer Posted / amarnadh reddy
Hi All,
Yes, two positional parameters are account Information and
user name. Positional parameters are Must be infront of the
keyword parameters in jobcard.
//JOBNAME JOB
OZA,'AMARNADHREDDY',CLASS=I,MSGCLASS=X,REGION=0K
Regards,
Amarnadh Reddy.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
can any one plzzzzzz tell the jcl code for creating ps using idcams
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
what is the use of IEBGENER utility?
What is the significance of addrspc parameter in the exec statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the function of the dd dcb keyword?
How can an in-stream dataset be terminated?
Explain how can return codes be tested before execution of a job step?
Define concatenating?
which parameter is used to check the syntax of a jcl without executing it?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
What is the function of a dd statement?
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.
Is there any command to check wether the ps file is in sorted order?