//step#3 exec pgm = hkbc762
what is wrong with the syntax?
Answer Posted / ashwiny
There is space between pgm and hkbc762.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is concatenating?
define cond parameter in jcl?
How do you overcome this limitation ?
what is DSN parameter and DISP parameter is used for?
what is DD statement is used in JCL?
write a jcl to execute a job by 7:00 am on jan 20,1986?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Is it possible to left uncode disp? If yes, how?
Can I send output of job to my remote device careerride123?
What is jcl in mainframe?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
how can you check if a file is empty using jcl?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Which statement is used to identify the private libraries in job?