How many positional parameters are there in job statement?
Answer Posted / satyasivaji.ch
Two positional parameters are there,one is account
information and other is user name.
Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
how to compare two datasets without using superce because output is limited to 133 bytes
define cond parameter in jcl?
is there any way to execute more than one proc in the same exec statement at the same time..?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What are the difference between jcl and jes?
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
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Explain how can the disposition of sysout datasets be set for an entire jobstream?
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
what is use of dsn parameter in dd statement?
List in order the hierarchical levels of jcl?
Explain the function of a dd statement?
what is the use of IEBGENER utility?
How do you access an uncatalogued dataset in a jcl?